The Blitz UI Registry gives you instant access to production-ready components. Add it once, then pull in flexible, composable blocks on demand.
Add the Blitz UI registry namespace to your components.json. Learn more about registry config from shadcn registry docs.
{
"registries": {
"@blitz-ui": "https://blitz-ui.com/r/{style}/{name}.json"
}
}Install blocks via the shadcn CLI using the @blitz-ui/{name} syntax.
pnpm dlx dlx shadcn@latest add @blitz-ui/p-accordion-1
Install components via the shadcn CLI using the @blitz-ui/{name} syntax.
pnpm dlx dlx shadcn@latest add @blitz-ui/filters
On This Page