Button

A clickable button with multiple variants, sizes, and colors.

Default

Variants

Colors

Sizes

Disabled

Props

PropTypeDefaultDescription
variant"solid" | "outline" | "ghost" | "link""solid"The visual style of the button.
size"sm" | "md" | "lg""md"The size of the button.
color"primary" | "neutral" | "danger" | "success" | "warning""primary"The color scheme.
fullWidthbooleanfalseWhether the button takes full width.
isDisabledbooleanfalseWhether the button is disabled.
classNamestringAdditional CSS classes.