Skip to content
KaUI is under active development. If you run into a bug, please open an issue.

Installation

How to add KaUI components to your project using the shadcn CLI.

KaUI components are installed the same way as any shadcn component with the shadcn CLI or with direct URL

Run the add command with the component name:

pnpm dlx shadcn@latest add @kaui/async-button

If the short registry name doesn’t resolve on your setup, pass the component’s direct JSON URL instead:

pnpm dlx shadcn@latest add https://kaui-shadcn-registry.vercel.app/r/async-button.json