manolis-ui
v1.0.12
Published
A modern design system made for vue based on daisy UI
Downloads
289
Readme
Manolis UI
A design system for every product and or company under manolis trading
Features
- 🌼 Build on top of daisy UI
- 🛠 55 custom build components
- 📦 Packaged for Vue 3 and nuxt 3
Quick Setup
Install the module to your Nuxt application with one command:
npx nuxi module add manolis-ui
That's it! You can now use Manolis UI in your Nuxt app ✨
Contribution
# Install dependencies
yarn install
# Generate type stubs
yarn run dev:prepare
# Develop with the playground
yarn run dev
# Build the playground
yarn run dev:build
# Run ESLint
yarn run lint
# Run Vitest
yarn run test
yarn run test:watch
# Release new version
yarn run release
# Storybook
yarn run storybook