Installation
bash
npx shadcn@latest add https://ui.noicess.fun/r/button.jsonProps
| Prop | Type | Default | Description |
|---|---|---|---|
| variant | "default" | "destructive" | "outline" | "secondary" | "ghost" | "link" | "default" | The visual style of the button. |
| size | "default" | "sm" | "lg" | "icon" | "default" | The size of the button. |
| className | string | - | Additional classes merged with the variant styles. |
| disabled | boolean | false | Disables the button and reduces opacity. |