⚠️ Mobile is not supported yet.

Setup the Registry

Global Setup

Copy and paste the code into components.json
"registries": {
  @sr: https://shadcnregistry.com/r/{name}.json
}
Use the following command to add components:
npx shadcn@latest add @sr/<registry>/<component>

Registry Specific

Copy and paste the code into components.json
"registries": {
  @some-registry: https://shadcnregistry.com/r/some-registry/{name}.json
}
Use the following command to add components:
npx shadcn@latest add @some-registry/<component>