2024-11-08 17:35:42 +01:00
2024-10-28 16:43:43 +01:00
2024-04-12 14:00:13 +02:00
2021-11-16 12:49:00 +01:00
2024-10-09 16:00:30 +02:00
2024-11-07 14:58:47 +01:00
2023-05-16 12:03:05 +02:00
2024-09-06 09:53:19 +02:00

nuxt-ui.png

Nuxt UI v3

npm version npm downloads License Nuxt

We're thrilled to introduce Nuxt UI v3, a significant upgrade to our UI library that delivers extensive improvements and robust new capabilities. This major update harnesses the combined strengths of Radix Vue, Tailwind CSS v4, and Tailwind Variants to offer developers an unparalleled set of tools for creating sophisticated, accessible, and highly performant user interfaces.

Installation

  1. Install the Nuxt UI v3 alpha package:
pnpm add @nuxt/ui@next
yarn add @nuxt/ui@next
npm install @nuxt/ui@next
bun add @nuxt/ui@next

Warning

Make sure you have typescript installed in your dev dependencies.

  1. Register the Nuxt UI module in your nuxt.config.ts:
export default defineNuxtConfig({
  modules: ['@nuxt/ui']
})
  1. Import Tailwind CSS and Nuxt UI in your app.vue or CSS:
<style>
@import "tailwindcss";
@import "@nuxt/ui";
</style>

Documentation

Visit https://ui3.nuxt.dev to explore 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%