Extends
Partial<Pick<ButtonProps,"className"|"fullWidth"|"size"|"style"|"variant">>
Properties
| Property | Type | Description | Inherited from |
|---|---|---|---|
children? | ReactNode | If provided, will render the children instead of the default trigger button. | - |
label? | ReactNode | The label to display on the trigger button. | - |
size? | ButtonSize | The size of the button. Defaults to “md”. | Partial.size |
fullWidth? | boolean | Whether the button should be full width. | Partial.fullWidth |
variant? | ButtonVariant | The variant of the button. Defaults to “primary”. | Partial.variant |