docs(ui): add README (#164)
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user