The Fabric UI registry gives you instant access to production-ready components. Add it once, then pull in flexible, composable blocks on demand.
Setup Fabric UI Registry
Add the Fabric UI registry namespace to your components.json. For compatibility with older generated dependencies, keep the legacy alias pointed at the same registry URL.
{
"registries": {
"@fabric-ui": "http://localhost:4000/r/{style}/{name}.json",
"@reui": "http://localhost:4000/r/{style}/{name}.json"
}
}Usage
Install blocks with the CLI using the @fabric-ui/{name} syntax.
pnpm dlx dlx shadcn@latest add @fabric-ui/c-accordion-1
Install components with the CLI using the @fabric-ui/{name} syntax.
pnpm dlx dlx shadcn@latest add @fabric-ui/filters
On This Page