2024 Refresh
Button
ochre | onyx | white | |
---|---|---|---|
fill | |||
outline | |||
no-fill |
color:
"ochre"
"onyx"
"white"
variant:
"fill"
"outline"
"no-fill"
size:
"sm"
"md"
"lg"
undefined
Specifies the button size. If
undefined
, the size adapts responsively:"sm"
for mobile,"md"
for tablet, and"lg"
for desktop viewports.hasArrow:
boolean
Adds an arrow icon to the button. The icon is displayed for
"md"
and"lg"
sizes, but not for"sm"
.unstyled:
boolean
Removes default styles, allowing full customization via
className
.