mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
0ceafe1d54000f3eb49562b00c188d82fa23c4ee
items only with value-attribute
Resolves #2464
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 CSS and Nuxt UI in your
app.vueor CSS:
<style>
@import "tailwindcss";
@import "@nuxt/ui";
</style>
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%