Installation
Configure the Circle Health registry, then install items by name.
Configure registry
Add to components.json.
{
"$schema": "https://ui.shadcn.com/schema.json",
"registries": {
"@circle-ui": "https://registry.circle.health/circle-ui/{name}.json",
"@blocks": "https://registry.circle.health/blocks/{name}.json",
"@i18n": "https://registry.circle.health/i18n/{name}.json"
}
}Install components
Once the registry is configured, install any item by aliased name.
pnpm dlx shadcn@latest add @circle-ui/buttonpnpm dlx shadcn@latest add @blocks/cookie-consentpnpm dlx shadcn@latest add @i18n/cookie-consent-copyWithout components.json
Skip the registry config and install directly from the JSON URL.
pnpm dlx shadcn@latest add https://registry.circle.health/circle-ui/button.json