nuxtlabs / ui
- пятница, 19 мая 2023 г. в 00:00:11
Fully styled and customizable components for Nuxt.
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.
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"
}
}
Visit http://ui.nuxtlabs.com to view the documentation.
Licensed under the MIT license.