The props for the Button component. ButtonPropsDocumentation Index
Fetch the complete documentation index at: https://docs.cloud.coinbase.com/llms.txt
Use this file to discover all available pages before exploring further.
Extends
ButtonBaseProps
Extended by
Properties
| Property | Type | Description | Inherited from |
|---|---|---|---|
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 |