← Design system

Button

Interactive examples and usage for the Button component.

Examples

Sizes

States

Props

PropTypeDefaultDescription
variant'primary' | 'secondary' | 'ghost' | 'soft' | 'gradient' | 'danger' | 'success''primary'Visual style variant
size'xs' | 'sm' | 'md' | 'lg' | 'xl''md'Button size
fullWidthbooleanfalseExpand to fill container width
loadingbooleanfalseShow loading spinner and disable interaction
iconOnlybooleanfalseRender as a square icon button
disabledbooleanfalseDisable the button
hrefstringundefinedRender as an anchor element instead of a button
type'button' | 'submit' | 'reset''button'HTML button type attribute