Back to Reui

Registry

content/docs/(root)/registry.mdx

2.0.0676 B
Original Source

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

Setup ReUI Registry

Add the ReUI registry namespace to your components.json. Learn more about registry config from shadcn registry docs.

json
{
  "registries": {
    "@reui": "https://reui.io/r/{style}/{name}.json"
  }
}

Usage

Install blocks via the shadcn CLI using the @reui/{name} syntax.

bash
npx dlx shadcn@latest add @reui/c-accordion-1

Install components via the shadcn CLI using the @reui/{name} syntax.

bash
npx dlx shadcn@latest add @reui/filters