shadcn-ui

Installation
SKILL.md

shadcn/ui Components

Overview

shadcn/ui is a collection of copy-paste components built on Radix UI primitives and styled with Tailwind CSS. You own the code - components are copied into your project, not installed as dependencies.

Adding Components

Basic command:

pnpm dlx shadcn@latest add <component>

What gets created:

  • Component file in src/components/ui/ (or configured path)
  • Dependencies automatically installed if needed
  • Imports use path alias: @/components/ui/<component>
Installs
1
GitHub Stars
9
First Seen
9 days ago
shadcn-ui — gwenwindflower/dotfiles