diff --git a/packages/react/src/docs/docs/introduction.mdx b/packages/react/src/docs/docs/introduction.mdx index 97a66e1..09dccc9 100644 --- a/packages/react/src/docs/docs/introduction.mdx +++ b/packages/react/src/docs/docs/introduction.mdx @@ -20,4 +20,22 @@ you'll want to tweak it to your liking. This is where relying on a lot of packag PSW/UI solves this - by **NOT** depending on any other packages than framework like React, TailwindCSS, and tailwind-merge. -You can just copy it, and all functionality is contained in a single file. \ No newline at end of file +You can just copy it, and all functionality is contained in a single file. + +# Roadmap + +First of all, this project is alpha. + +You can see a lot of components are missing, and some component is buggy. + +I'm working with this priority: + +1. Adding new component, with stable features. +2. Fixing bugs with existing components. +3. Make it looks nice. + +Also, there is a [Github README](https://github.com/p-sw/ui) for component implementation plans. + +You can see what component is implemented, or planned to be implemented. + +If you have any ideas or suggestions, please let me know in [Github Issues](https://github.com/p-sw/ui/issues).