shadcnblocks
shadcnblocks components (包括 Base UI 版本)
1 public component~30 min cache
Endpoint
https://proxy.collectui.pro/api/r/shadcnblocks/{name}.jsonPublic Components
hero49
components.json Configuration
Add the config below to your project's components.json. Auth matches the library; url points to this proxy.
json
"registries": {
"@shadcnblocks": {
"url": "https://proxy.collectui.pro/api/r/shadcnblocks/{name}",
"headers": {
"Authorization": "Bearer ${SHADCNBLOCKS_API_KEY}"
}
}
}Public trial credentials
Define environment variables in .env.local, then fill in the trial or paid values distributed by the proxy. Variable names stay consistent with the upstream config.
bash
SHADCNBLOCKS_API_KEY=try_shadcnblocks_public_2026SHADCNBLOCKS_API_KEY=try_shadcnblocks_public_2026Install command
For first-time use, include shadcn@latest, then you can use shadcn directly to speed up installs.
@shadcnblocks
bash
npx shadcn@latest add @shadcnblocks/hero49