kanpeki
Installation
SKILL.md
Kanpeki
Kanpeki is a copy-paste component library for React. Components are copied into your project (not installed as npm packages) via the shadcn CLI. Built on React Aria Components (accessibility), CVA beta (variants), and Tailwind CSS 4.1 (styling).
Docs: https://kanpeki.vercel.app
Quick Start
Install dependencies, create ~/lib/cva.ts, configure globals.css, then add components:
npx shadcn@latest add @kanpeki/button
Components are copied to ~/components/ui/<name>/. You own the code.
See references/installation-setup.md for full setup (deps, CVA config, globals.css, dark mode, path alias).