From bf1ff2712ad27297cb4809d90deeef9589d9ca0c Mon Sep 17 00:00:00 2001 From: Menci Date: Fri, 16 May 2025 03:27:32 +0800 Subject: [PATCH] docs(ui): add README (#164) --- packages/ui/README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 packages/ui/README.md diff --git a/packages/ui/README.md b/packages/ui/README.md new file mode 100644 index 000000000..e0629bab0 --- /dev/null +++ b/packages/ui/README.md @@ -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)