back
loading skill details...
Install and configure shadcn/ui components for React projects. Guides component selection, installation order, dependency management, customisation with…
shadcn/ui Components Add shadcn/ui components to a themed React project. This skill runs AFTER tailwind-theme-builder has set up CSS variables, ThemeProvider, and dark mode. It handles component installation, customisation, and combining components into working patterns. Prerequisite: Theme infrastructure must exist (CSS variables, components.json, cn() utility). Use tailwind-theme-builder first if not set up. Installation Order Install components in dependency order. Foundation components first, then feature components: Foundation (install first) pnpm dlx shadcn@latest add button pnpm dlx shadcn@latest add input label pnpm dlx shadcn@latest add card Feature Components (install as needed)
don't have the plugin yet? install it then click "run inline in claude" again.