Vue 3 UI component library. Features a collection of customizable, accessible components. All components are developed, tested, and documented using Storybook, providing an interactive playground for development and design consistency.
- Button
- Accordion
- Upload
- Select
- OTP
- Tip
- Checkbox
- Input
- Overlay
- Modal
- click-outside
Full documentation and examples available in Storybook.
Storybook Demo (via Chromatic)
Or run it locally:
yarn storybook dev
or
npx storybook dev -p 9009
The library includes Material Design Icons (MDI). When using components that accept icons, simply use the mdi- prefix followed by the icon name.
yarn
yarn dev
- VS Code + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).