mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
451e72a5830f855f0b2b76de2131da201a675f17
-primary shortcuts after #493
Class priority issues in some cases when ring already defined on dark mode for example (input).
NuxtLabs UI
This module has been developed by NuxtLabs for Volta and Nuxt Studio. It provides everything related to UI when building a Nuxt application, including components, icons, colors, dark mode and also keyboard shortcuts.
Features
- Built with Headless UI and Tailwind CSS
- HMR support through Nuxt App Config
- Dark mode support
- Support for LTR and RTL languages
- Keyboard shortcuts
- Bundled icons
- Fully typed
Installation
yarn add --dev @nuxthq/ui
Then, register the module in your nuxt.config.ts:
export default defineNuxtConfig({
modules: [
'@nuxthq/ui'
]
})
If you want latest updates, please use @nuxthq/ui-edge in your package.json:
{
"devDependencies": {
"@nuxthq/ui": "npm:@nuxthq/ui-edge@latest"
}
}
Documentation
Visit https://ui.nuxtlabs.com to view the documentation.
Credits
- nuxt/nuxt
- nuxt-modules/color-mode
- nuxt-modules/tailwindcss
- tailwindlabs/tailwindcss
- tailwindlabs/headlessui
- vueuse/vueuse
- egoist/tailwindcss-icons
License
Licensed under the MIT license.
Description
Languages
Vue
50.7%
TypeScript
47.2%
JavaScript
1.2%
CSS
0.8%