We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8008e49 commit bf95ea1Copy full SHA for bf95ea1
pcweb/components/docpage/navbar/inkeep.py
@@ -10,7 +10,7 @@
10
11
class InkeepSearchBar(rx.NoSSRComponent):
12
tag = "InkeepSearchBar"
13
- library = "@inkeep/uikit-js"
+ library = "@inkeep/cxkit-react@0.5.9"
14
15
16
class Search(rx.el.Div):
rxconfig.py
@@ -8,7 +8,6 @@
8
frontend_packages=[
9
"chakra-react-select",
"@radix-ui/react-navigation-menu",
- "@inkeep/uikit",
],
telemetry_enabled=False,
tailwind=tw_config,
0 commit comments