shadcn-ui
Installation
SKILL.md
shadcn/ui
Copy-paste component library built on Radix UI + Tailwind CSS. Components are NOT imported from a package—they're copied into your project for full ownership.
Quick Reference
# Initialize project
npx shadcn@latest init
# Add components
npx shadcn@latest add button card dialog
# Add all components
npx shadcn@latest add -a
# View component source before adding
npx shadcn@latest view button