2023-07-04 20:03:12 +02:00
2023-06-23 21:35:18 +02:00
2023-05-26 22:46:17 +02:00
2023-07-04 20:03:12 +02:00
2021-11-16 12:49:00 +01:00
2021-11-16 12:49:00 +01:00
2023-06-21 19:09:11 +02:00
2023-05-26 17:41:07 +02:00
2023-06-27 17:05:34 +02:00
2023-05-16 12:03:05 +02:00
2023-07-04 15:24:50 +02:00
2023-07-04 15:24:50 +02:00
2023-06-27 21:55:01 +02:00
2022-01-21 18:03:14 +01:00
2023-02-03 18:04:30 +01:00

NuxtLabs UI

npm version npm downloads License 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.

social preview

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

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%