Button

Displays a button with multiple variants and sizes.

General

Installation

bash
npx shadcn@latest add https://ui.noicess.fun/r/button.json

Props

PropTypeDefaultDescription
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.
classNamestring-Additional classes merged with the variant styles.
disabledbooleanfalseDisables the button and reduces opacity.