Installation

How to install chadcn/ui in your project.

Install

pnpm add @chadcn/ui

Usage

Import the stylesheet and components directly. The API is identical to shadcn/ui.

import "@chadcn/ui/styles.css"

import { Button } from "@chadcn/ui/button/baljak"