2023-05-16 15:17:54 +02:00
2021-11-16 12:49:00 +01:00
2023-05-16 12:57:35 +02:00
2021-11-16 12:49:00 +01:00
2021-11-16 12:49:00 +01:00
2021-12-13 13:35:54 +01:00
2023-05-15 14:08:04 +02:00
2023-05-16 12:03:05 +02:00
2023-05-16 15:17:54 +02:00
2022-01-21 18:03:14 +01:00
2023-02-03 18:04:30 +01:00

NuxtLabs UI

This module has been developed by the NuxtLabs team for Volta and Nuxt Studio, its goal is to provide everything related to UI when building a Nuxt app. This includes components, icons, colors, dark mode but also keyboard shortcuts.

social preview

Features

  • Built with HeadlessUI and TailwindCSS
  • 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

License

Licensed under the MIT license.

Description
No description provided
Readme 56 MiB
Languages
Vue 50.7%
TypeScript 47.2%
JavaScript 1.2%
CSS 0.8%