- Notifications
You must be signed in to change notification settings - Fork0
Fully styled and customizable components for Nuxt.
License
NotificationsYou must be signed in to change notification settings
miladhp/ui
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Nuxt UI provides everything related to UI when building Nuxt applications: components, icons, colors, dark mode and also keyboard shortcuts.
Is has been developed byNuxtLabs forVolta,Nuxt Studio and the Nuxt community.
- Built withHeadless UI andTailwind CSS
- HMR support through Nuxt App Config
- Dark mode support
- Support for LTR and RTL languages
- Keyboard shortcuts
- Bundled icons
- Fully typed
- Figma Kit
Read more onui.nuxt.com
# Using npmnpm install @nuxt/ui# Using yarnyarn add @nuxt/ui# Using pnpmpnpm add @nuxt/ui
Then, register the module in yournuxt.config.ts
:
exportdefaultdefineNuxtConfig({modules:['@nuxt/ui']})
If you want latest updates, please use@nuxt/ui-edge
in yourpackage.json
:
{"devDependencies": {"@nuxt/ui":"npm:@nuxt/ui-edge@latest" }}
Visithttps://ui.nuxt.com to explore the documentation.
- nuxt/nuxt
- nuxt-modules/color-mode
- nuxt-modules/tailwindcss
- tailwindlabs/tailwindcss
- tailwindlabs/headlessui
- vueuse/vueuse
- egoist/tailwindcss-icons
Licensed under theMIT license.