Installation
How to install chadcn/ui in your project.
Install
Coming SoonPackage not yet published on npm.
pnpm add @chadcn/uiUsage
Import the stylesheet and components directly. The API is identical to shadcn/ui.
import "@chadcn/ui/styles.css"
import { Button } from "@chadcn/ui"
import { Input } from "@chadcn/ui"
import {
Select,
SelectContent,
SelectItem,
SelectTrigger,
SelectValue,
} from "@chadcn/ui"Coming SoonPackage not yet published on npm.