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-player
npx shadcn@latest add @waves-cn/wave-player
yarn dlx shadcn@latest add @waves-cn/wave-player
bunx --bun shadcn@latest add @waves-cn/wave-player

This 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 init
npx shadcn@latest init
yarn dlx shadcn@latest init
bunx --bun shadcn@latest init

Need Help?

On this page