pnpm dlx shadcn@latest add @saturation/buttonimport { Button } from "@/components/ui/button"<Button variant="default">Click me</Button>Saturation extension — not in base shadcn:
default — Standard border radiuspill — Fully roundedsquare — No border radiuscircle — Perfect circle (use with icon sizes)| Prop | Type | Default | Description |
|---|---|---|---|
variant | "default" | "destructive" | "outline" | "secondary" | "ghost" | "link" | "default" | The visual style variant of the button. |
size | "default" | "sm" | "lg" | "icon" | "icon-sm" | "icon-lg" | "default" | The size of the button. |
shape | "default" | "pill" | "square" | "circle" | "default" | The shape of the button. Saturation extension. |
asChild | boolean | false | Render as child element via Radix Slot. |