Skip to main content
Props for the fund modal trigger button

Extends

  • Partial<Pick<ButtonProps, "className" | "fullWidth" | "size" | "style" | "variant">>

Properties

PropertyTypeDescriptionInherited from
children?ReactNodeIf provided, will render the children instead of the default trigger button.-
label?ReactNodeThe label to display on the trigger button.-
size?ButtonSizeThe size of the button. Defaults to “md”.Partial.size
fullWidth?booleanWhether the button should be full width.Partial.fullWidth
variant?ButtonVariantThe variant of the button. Defaults to “primary”.Partial.variant
I