Accessible React UI components built on top of React Aria Components. Install components directly into your codebase so you own and customize them.
- Accessible by default (React Aria Components)
- Tailwind v4-based styling
- Copy-install components you fully control
- Fast CLI with auto dependency install
• Website & docs: https://shim.kkga.me
-
Install Tailwind CSS (v4) following the official guide for your framework.
-
Initialize Shim:
pnpm dlx @kkga/shim init
# npm: npx @kkga/shim init
# yarn: yarn dlx @kkga/shim init
# bun: bunx @kkga/shim init- Add a component:
pnpm dlx @kkga/shim add buttonSee full docs: https://shim.kkga.me/quick-start
The CLI installs dependencies, writes config, and scaffolds utilities and theme CSS.
pnpm dlx @kkga/shim init
pnpm dlx @kkga/shim add button dialog formMore: https://shim.kkga.me/cli
Prefer manual steps? Guide here: https://shim.kkga.me/manual-setup
Customize tokens, variants, and theme: https://shim.kkga.me/theming
MIT