mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
ba44c58a80252a4394fcf2f84611ea2696883120
inline-flex from wrapper to behave like other form elements
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
- 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 http://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%