docs(ui): add README (#164)

This commit is contained in:
Menci
2025-05-16 03:27:32 +08:00
committed by GitHub
parent 8c0899d9ef
commit bf1ff2712a
+22
View File
@@ -0,0 +1,22 @@
# @proj-airi/ui
A stylized UI component library built with [Reka UI](https://reka-ui.com/).
To preview the components, refer to the [`stage-ui`](../stage-ui) package for instructions for running the Histoire UI storyboard.
## Components
* [Animations](src/components/Animations)
* [TransitionVertical](src/components/Animations/TransitionVertical.vue)
* [Form](src/components/Form)
* [Checkbox](src/components/Form/Checkbox)
* [Field](src/components/Form/Field)
* [Input](src/components/Form/Input)
* [Radio](src/components/Form/Radio)
* [Range](src/components/Form/Range)
* [Select](src/components/Form/Select)
* [Textarea](src/components/Form/Textarea)
## License
[MIT](../../LICENSE)