feat: add Roadmap in introduction

This commit is contained in:
p-sw 2024-06-03 15:02:40 +09:00
parent ea6d8971da
commit 0bf419a5f7

View File

@ -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. 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. 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).