styling-with-shadcn
Installation
SKILL.md
shadcn/ui
Build beautiful, accessible UIs with copy-paste components built on Radix UI and Tailwind CSS.
Quick Start
# Initialize shadcn/ui in your Next.js project
npx shadcn@latest init
# Add components as needed
npx shadcn@latest add button form dialog table sidebar
Common Component Install
npx shadcn@latest add button card form input label dialog \
table badge sidebar dropdown-menu avatar separator \
Related skills