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 2365d5d commit 37f4ed2Copy full SHA for 37f4ed2
apps/website/src/_state/component-statuses.ts
@@ -27,6 +27,7 @@ export const statusByComponent: ComponentKitsStatuses = {
27
Popover: ComponentStatus.Draft,
28
Progress: ComponentStatus.Draft,
29
RadioGroup: ComponentStatus.Draft,
30
+ Select: ComponentStatus.Draft,
31
Separator: ComponentStatus.Beta,
32
Skeleton: ComponentStatus.Beta,
33
Tabs: ComponentStatus.Beta,
apps/website/src/routes/docs/styled/menu.md
@@ -29,6 +29,7 @@
- [Popover](/docs/styled/popover)
- [Progress](/docs/styled/progress)
- [RadioGroup](/docs/styled/radio-group)
+- [Select](/docs/styled/select)
- [Separator](/docs/styled/separator)
34
- [Skeleton](/docs/styled/skeleton)
35
- [Tabs](/docs/styled/tabs)
0 commit comments