The Intuitive Vue UI Library powered by Reka UI & Tailwind CSS.
1 chapter · 2 minutes · 461 words
npx skills add nuxt/uiTypeset in this issue’s own colours, resolved from the owner’s published design.md.
(opens in a new tab)
(opens in a new tab)
(opens in a new tab)
(opens in a new tab)
Nuxt UI harnesses the combined strengths of Reka UI (opens in a new tab), Tailwind CSS (opens in a new tab), and Tailwind Variants (opens in a new tab) to offer developers an unparalleled set of tools for creating sophisticated, accessible, and highly performant user interfaces.
[!NOTE] You are on the
v4branch, check out the v3 branch (opens in a new tab) for Nuxt UI v3 or v2 branch (opens in a new tab) for Nuxt UI v2.
Visit https://ui.nuxt.com (opens in a new tab) to explore the documentation.
Kickstart your project with one of our ready-to-use Nuxt UI templates or follow the Installation Guide (opens in a new tab). Explore all available templates on the official templates page (opens in a new tab).
pnpm add @nuxt/ui tailwindcssyarn add @nuxt/ui tailwindcssnpm install @nuxt/ui tailwindcssbun add @nuxt/ui tailwindcssnuxt.config.ts:export default defineNuxtConfig({
modules: ['@nuxt/ui'],
css: ['~/assets/css/main.css']
})@import "tailwindcss";
@import "@nuxt/ui";Learn more in the installation guide (opens in a new tab).
vite.config.ts:import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
import ui from '@nuxt/ui/vite'
export default defineConfig({
plugins: [
vue(),
ui()
]
})main.ts:import './assets/css/main.css'
import { createApp } from 'vue'
import { createRouter, createWebHistory } from 'vue-router'
import ui from '@nuxt/ui/vue-plugin'
import App from './App.vue'
const app = createApp(App)
const router = createRouter({
routes: [],
history: createWebHistory()
})
app.use(router)
app.use(ui)
app.mount('#app')@import "tailwindcss";
@import "@nuxt/ui";Learn more in the installation guide (opens in a new tab).
Thank you for considering contributing to Nuxt UI. Here are a few ways you can get involved:
[!TIP] We provide contributing guidelines through
AGENTS.md(opens in a new tab) for AI assistants to help you contribute to Nuxt UI. It is automatically picked up by all AI coding agents and guides through component structure, theming patterns, testing conventions, and documentation guidelines.
Follow the docs to set up your local development environment (opens in a new tab) and contribute.
Licensed under the MIT license (opens in a new tab).
v4, last pushed 9 August 2026.SKILL.md, not by matching a directory convention. One layout observed: skills/*/SKILL.md.h1 and no skipped levels:/nuxt/ui.md, and each chapter at its own .md URL.