shadcn
Installation
SKILL.md
Shadcn/ui Component Library Skill
Overview
Shadcn/ui provides copy-paste components built on Radix UI primitives and Tailwind CSS. Components are added to your project via CLI, not installed as a dependency.
# Add components
bunx --bun shadcn@latest add button card dialog form table
# Add multiple
bunx --bun shadcn@latest add button card input label