Install
Initialize shadcn in your app, register the Seed Club namespace, then add components by name. You can also install any item directly from its JSON URL.
Initialize shadcn
pnpm dlx shadcn@latest initAdd registry
pnpm dlx shadcn@latest registry add @scui=https://scui-two.vercel.app/r/{name}.jsonInstall a component
pnpm dlx shadcn@latest add @scui/buttonInstall from URL
pnpm dlx shadcn@latest add https://scui-two.vercel.app/r/button.json