shadcn-svelte
Installation
SKILL.md
shadcn-svelte
Overview
shadcn-svelte is a copy-paste component library for Svelte 5 + Tailwind CSS v4, built on top of Bits UI primitives. Components are installed into your project source (not imported from node_modules), so you own and customize the code.
CLI
Install a component (no confirmation prompt)
npx shadcn-svelte@latest add <component> -y
Install multiple components
npx shadcn-svelte@latest add button card dialog tabs -y