shadcn/ui is a collection of accessible, customizable React components built on Radix UI and Tailwind CSS. Components are copied into your project (no npm package); you own and edit the code. Works with Next.js (App Router), Vite, and other React frameworks.
Principles: Open code (AI-ready), composable API, beautiful defaults, distribution via CLI and schema. Requires Tailwind v4 and path alias @/. We do not use tailwind.config.js; theme and setup are CSS-only (@import "tailwindcss" + @theme).
Choose framework (Next.js, Vite, etc.), style (new-york recommended), base color, and CSS variables. Then add components as needed.
Tailwind v4 및 Next.js(앱 라우터), Vite 또는 수동 설정과 함께 shadcn/ui를 설치하고 사용합니다. Components.json을 구성하고, CLI를 통해 구성요소를 추가하고, CSS로만 테마를 지정하세요. shadcn/ui를 추가하거나, shadcn을 설치하거나, Button, Card, Dialog, Form 또는 기타 shadcn 구성요소를 사용하거나, 사용자가 Tailwind에서 shadcn, shadcn/ui 또는 Radix UI를 언급할 때 사용합니다. 출처: enderpuentes/ai-agent-skills.