Skip to content
/ ui Public
forked from nuxt/ui

Fully styled and customizable components for Nuxt.

License

Notifications You must be signed in to change notification settings

Jak3b0/ui

This branch is 2950 commits behind nuxt/ui:v3.

Folders and files

NameName
Last commit message
Last commit date
Jun 23, 2023
Jul 3, 2023
May 26, 2023
Jul 5, 2023
Nov 16, 2021
Nov 16, 2021
Jun 27, 2023
Jun 21, 2023
May 26, 2023
Jun 21, 2023
Jun 21, 2023
Jun 27, 2023
May 16, 2023
Jun 27, 2023
Jul 4, 2023
Jul 4, 2023
Jan 21, 2022
Feb 3, 2023

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 64.5%
  • TypeScript 34.8%
  • Other 0.7%