We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21aac7f commit 5eafb71Copy full SHA for 5eafb71
pcweb/pages/docs/custom_components.py
@@ -347,13 +347,13 @@ def add_item(category: dict) -> rx.Component:
347
rx.box(
348
349
component_name(name),
350
- download_count(category["downloads_last_month"]),
+ # download_count(category["downloads_last_month"]),
351
class_name="flex flex-row justify-between items-center w-full gap-3 p-[10px_12px_0px_12px]",
352
),
353
354
install_command("pip install " + category["package_name"]),
355
download(category["download_url"]),
356
- demo(category),
+ # demo(category),
357
title="pip install " + category["package_name"],
358
class_name="flex flex-row justify-between items-center w-full gap-1.5 p-[0px_6px_6px_6px]",
359
0 commit comments