shadcn-ui
Installation
SKILL.md
Shadcn UI for Next.js
Overview
Shadcn UI is a collection of re-usable components built on Radix UI and Tailwind CSS. It is not an npm package — instead, a CLI copies component source code directly into the project at components/ui/. This gives full ownership and control over every component. All components are accessible by default (via Radix), styled with Tailwind CSS, and composable.
Official docs: https://ui.shadcn.com
Quick Start
Initialize Shadcn UI in an existing Next.js project:
npx shadcn@latest init
Add components as needed: