Introduction
Custom components built on top of shadcn/ui, powered by a public registry.
Qotra UI is a collection of enhanced components that extend shadcn/ui. Install them directly into your project using the shadcn CLI — no separate package to install or keep updated.
Setup
Add the Qotra registry to your components.json:
{
"registries": {
"@qotra": "https://ui.qotra.app/r/{name}.json"
}
}Then install any component:
npx shadcn add @qotra/data-table