File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -44,11 +44,13 @@ npm install -D @qwik-ui/headless
44
44
### Headless Kit
45
45
46
46
| Component | Planned | Draft (Alpha) | Beta | Stable |
47
- | :------------------------------------------------------------ | :-----: | :-----------: | ---- | ------ |
47
+ | :------------------------------------------------------------ | :-----: | :-----------: | ---- | ------ |
48
48
| [ Accordion] ( https://qwikui.com/docs/headless/accordion ) | | | ✅ | |
49
49
| [ Autocomplete] ( https://qwikui.com/docs/headless/autocomplete ) | | ✅ | | |
50
50
| Carousel | ✅ | | | |
51
+ | [ Combobox] ( https://qwikui.com/docs/headless/combobox ) | | | ✅ | |
51
52
| Dialog | ✅ | | | |
53
+ | [ Modal] ( https://qwikui.com/docs/headless/modal ) | | | ✅ | |
52
54
| [ Pagination] ( https://qwikui.com/docs/headless/pagination ) | | ✅ | | |
53
55
| [ Popover] ( https://qwikui.com/docs/headless/popover ) | | ✅ | | |
54
56
| [ Select] ( https://qwikui.com/docs/headless/select ) | | ✅ | | |
Original file line number Diff line number Diff line change @@ -41,11 +41,13 @@ export const statusByComponent: ComponentKitsStatuses = {
41
41
} ,
42
42
headless : {
43
43
Accordion : ComponentStatus . Beta ,
44
+ Autocomplete : ComponentStatus . Draft ,
44
45
Carousel : ComponentStatus . Planned ,
45
46
Combobox : ComponentStatus . Beta ,
47
+ Dialog : ComponentStatus . Planned ,
48
+ Modal : ComponentStatus . Beta ,
46
49
Pagination : ComponentStatus . Draft ,
47
50
Popover : ComponentStatus . Draft ,
48
- Modal : ComponentStatus . Beta ,
49
51
Select : ComponentStatus . Draft ,
50
52
Separator : ComponentStatus . Beta ,
51
53
Tabs : ComponentStatus . Beta ,
You can’t perform that action at this time.
0 commit comments