@ddaannnnyy/dannyui
v1.0.5
Published
DannyUI is a UI Component Library written for Nuxt 3
Downloads
1
Readme
My Module
TODO
Inputs
- ~~Basic Types~~
- ~~Color Picker~~
- ~~Date, Time, Week~~
- ~~Textarea~~
- Password
- ~~Input~~
- Password Requirements
- ~~Range~~
- Phone
- OTP
- Switches, Radio, Checkbox
- ~~Select~~
- Rating
Buttons
- ~~Simple~~
- ~~Grouped~~
- Floating Action
Accordion
Multi Stepper
Treeview
Charts
Header
Footer
Hero
Widgets
- Gauges
- Tickers
- Key Value Dashboard Items
Cards
Breadcrumbs
Typography
Divider
List
Toasts
Calendar
Tables
Tabs
Images
Progress Bar
Skeleton
Pagination
Alerts
- Floating
- Inline
Badges
- Chips
- Tooltips
Modals
- Loading State
- Dialog
Navigation
- Top Bar Navigation
- Side Bar Navigation
- Drawer
Avatars
Avatar Groups
Features
- ⛰ Foo
- 🚠 Bar
- 🌲 Baz
Quick Setup
Install the module to your Nuxt application with one command:
npx nuxi module add my-module
That's it! You can now use My Module in your Nuxt app ✨
Contribution
# Install dependencies
npm install
# Generate type stubs
npm run dev:prepare
# Develop with the playground
npm run dev
# Build the playground
npm run dev:build
# Run ESLint
npm run lint
# Run Vitest
npm run test
npm run test:watch
# Release new version
npm run release