File tree Expand file tree Collapse file tree 2 files changed +19
-19
lines changed Expand file tree Collapse file tree 2 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 35
35
36
36
</details >
37
37
38
- ## ⚠ This is not ready for production!
39
-
40
- This library is still in early stages and once we'll collect enough feedback from the community we'll release the first beta version.
41
-
42
- ### ROADMAP
43
-
44
- - [ ] Deploy the documentation site
45
- - [ ] Add "Readiness" statuses to the components
46
- - [ ] Add a getting started video tutorial
47
- - [ ] Make a public storybook url
48
- - [ ] Deploy the tailwind-kit package
49
- - [ ] Cover all of the components with storybook tests
50
- - [ ] Add testing coverage reports
51
- - [ ] Add a contribution tutorial video
52
-
53
38
<br />
54
39
55
40
## Installation of the headless components
56
41
57
- > Please create issue if you encounter bugs.
58
-
59
42
``` console
60
43
61
44
npm install -D @qwik-ui/headless
62
45
```
63
46
64
47
<br />
65
48
49
+ ## Components Status
50
+
51
+ ### Headless Kit
52
+
53
+ | Component | Planned | Draft (Alpha) | Beta | Stable |
54
+ | :------------------------------------------------------------ | :-----: | ------------- | ---- | ------ |
55
+ | [ Accordion] ( https://qwikui.com/docs/headless/accordion ) | | | ✅ | |
56
+ | [ Autocomplete] ( https://qwikui.com/docs/headless/autocomplete ) | | ✅ | | |
57
+ | Carousel | ✅ | | | |
58
+ | Dialog | ✅ | | | |
59
+ | Pagination | ✅ | | | |
60
+ | [ Popover] ( https://qwikui.com/docs/headless/popover ) | | ✅ | | |
61
+ | [ Select] ( https://qwikui.com/docs/headless/select ) | | ✅ | | |
62
+ | [ Tabs] ( https://qwikui.com/docs/headless/tabs ) | | | ✅ | |
63
+ | [ Toggle] ( https://qwikui.com/docs/headless/toggle ) | ✅ | | | |
64
+ | [ Tooltip] ( https://qwikui.com/docs/headless/tooltip ) | | ✅ | | |
65
+
66
66
## Contributing
67
67
68
68
Want to contribute? Yayy! 🎉
Original file line number Diff line number Diff line change @@ -42,10 +42,10 @@ export const statusByComponent: ComponentKitsStatuses = {
42
42
Accordion : ComponentStatus . Beta ,
43
43
Autocomplete : ComponentStatus . Draft ,
44
44
Carousel : ComponentStatus . Planned ,
45
- Popover : ComponentStatus . Planned ,
45
+ Popover : ComponentStatus . Draft ,
46
46
Select : ComponentStatus . Draft ,
47
47
Tabs : ComponentStatus . Beta ,
48
48
Toggle : ComponentStatus . Planned ,
49
- Tooltip : ComponentStatus . Planned
49
+ Tooltip : ComponentStatus . Draft
50
50
}
51
51
} ;
You can’t perform that action at this time.
0 commit comments