Installation
Add waves-cn components to your project using the shadcn/ui registry.
Quick Start
waves-cn is a trusted registry for shadcn/ui. You can start adding components right away!
pnpm dlx shadcn@latest add @waves-cn/wave-playernpx shadcn@latest add @waves-cn/wave-playeryarn dlx shadcn@latest add @waves-cn/wave-playerbunx --bun shadcn@latest add @waves-cn/wave-playerThis will add the waves-cn registry to your components.json:
{
"registries": {
"@waves-cn": "https://waves-cn.vercel.app/r/{name}.json"
}
}Prerequisites
Before adding any component, make sure you have shadcn/ui initialized in your project:
pnpm dlx shadcn@latest initnpx shadcn@latest inityarn dlx shadcn@latest initbunx --bun shadcn@latest init