mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
7c3ed813099c45743a553bd241b6f4117707a2ab
Nuxt UI v3
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
- 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
typescriptinstalled in your dev dependencies.
- Register the Nuxt UI module in your
nuxt.config.ts:
export default defineNuxtConfig({
modules: ['@nuxt/ui']
})
- Import Tailwind and Nuxt UI in your
app.vueor in your CSS:
@import "tailwindcss";
@import "@nuxt/ui";
Documentation
Visit https://ui3.nuxt.dev to explore the documentation.
Credits
- nuxt/nuxt
- nuxt/icon
- nuxt/fonts
- nuxt-modules/color-mode
- radix-vue/radix-vue
- tailwindlabs/tailwindcss
- vueuse/vueuse
License
Licensed under the MIT license.
Description
Languages
Vue
50.7%
TypeScript
47.2%
JavaScript
1.2%
CSS
0.8%