Registry

Learn how to use the Blitz UI Registry with shadcn/ui.

The Blitz UI Registry gives you instant access to production-ready components. Add it once, then pull in flexible, composable blocks on demand.

Setup Blitz UI Registry

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"
  }
}

Usage

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