Skip to content

Commit 37f4ed2

Browse files
committed
docs(styled select): add /styled/select route
1 parent 2365d5d commit 37f4ed2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

apps/website/src/_state/component-statuses.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export const statusByComponent: ComponentKitsStatuses = {
2727
Popover: ComponentStatus.Draft,
2828
Progress: ComponentStatus.Draft,
2929
RadioGroup: ComponentStatus.Draft,
30+
Select: ComponentStatus.Draft,
3031
Separator: ComponentStatus.Beta,
3132
Skeleton: ComponentStatus.Beta,
3233
Tabs: ComponentStatus.Beta,

apps/website/src/routes/docs/styled/menu.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
- [Popover](/docs/styled/popover)
3030
- [Progress](/docs/styled/progress)
3131
- [RadioGroup](/docs/styled/radio-group)
32+
- [Select](/docs/styled/select)
3233
- [Separator](/docs/styled/separator)
3334
- [Skeleton](/docs/styled/skeleton)
3435
- [Tabs](/docs/styled/tabs)

0 commit comments

Comments
 (0)