Tragio / nuxt-ui

Fully styled and customizable components for Nuxt.

Home Page:https://ui.nuxtlabs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Fully styled and customizable components for Nuxt.

https://ui.nuxtlabs.com

License:MIT License


Languages

Language:Vue 64.7%Language:TypeScript 34.6%Language:Shell 0.4%Language:JavaScript 0.2%Language:CSS 0.1%