Installation
Install registry entries from the generated shadcn registry JSON.
Install an item
Use the generated registry JSON endpoint for the item you want to install.
npx shadcn@latest add https://ericts-ui.vercel.app/r/copy-button.jsonReplace copy-button with any item name from the components, hooks, or blocks pages.
Local development
Build the registry output after changing registry.json or files under
registry/base.
pnpm registry:build