Installation

Install ericts/ui registry entries with the shadcn CLI.

ericts/ui ships registry items that are added to an existing shadcn/ui project. Set up shadcn/ui first, then install the component, hook, or block you want from this registry.

Prepare Your Project

If you are starting a new app, follow the official shadcn/ui installation guide for your framework. The ericts/ui items assume your project already has Tailwind CSS, import aliases, and a components.json file configured.

Install With the Namespace

Use the shadcn CLI with the registered ericts/ui namespace:

pnpm dlx shadcn@latest add @ericts/copy-button

Replace copy-button with any item name from the components, hooks, or blocks pages. The CLI will copy the source into your project and install the item dependencies declared by the registry.

Registry URL Fallback

If your CLI does not resolve the namespace yet, install the same item from its public registry JSON endpoint:

pnpm dlx shadcn@latest add https://ui.ericts.com/r/copy-button.json