Getting started
Foundation
Typography
Navigation
Feedback
Forms
Buttons allow users to perform an action.
Refer to Button on usage patterns for an upsell button.
Initial
Disabled
Loading
Refer to Button for additional guidelines for an upsell button.
| Name | Default | Description |
|---|---|---|
isLoading | — | booleanToggles the loading state. |
isDisabled | — | booleanToggles the disabled state. |
isJustified | — | booleanTake up an entire available container width. |
children | — | ReactNodeButton text. |
size | — | "sm" | "md" | "lg"Determines the height of the button. |
icon | — | ComponentType<SVGAttributes<SVGElement>>Primary icon that's displayed on the left. |
On this page