pendingLabel? | ReactNode | The label to display when the button is pending. | - |
variant? | ButtonVariant | The variant of the button. Defaults to “primary”. | - |
asChild? | boolean | Set to true to use a custom element or component in place of the default button element. | ButtonBaseProps.asChild |
fullWidth? | boolean | Whether the button should be full width. | ButtonBaseProps.fullWidth |
isPending? | boolean | Whether the button state is pending. | ButtonBaseProps.isPending |
size? | ButtonSize | The size of the button. Defaults to “md”. | ButtonBaseProps.size |