Loading Button
A button that indicates an action is still pending.
With text
Variants
Disabled
Component props
| Name | Type | Description |
|---|---|---|
| isLoading | boolean | Shows loading indicator |
| variant | ButtonVariant | "default" | "primary" | "outline" | "quiet" | "danger" |
| size | ButtonSize | "xs" | "sm" | "md" | "lg" | "xl" |
| isDisabled | boolean | Disables the button |