The props for the SignInModalTrigger component.
Props for the sign in modal trigger button
Optionalchildren?: ReactNodeIf provided, will render the children instead of the default trigger button.
Optionallabel?: ReactNodeThe label to display on the trigger button.
Optionalsize?: ButtonSizeThe size of the button. Defaults to "md".
OptionalfullWidth?: booleanWhether the button should be full width.
Optionalvariant?: ButtonVariantThe variant of the button. Defaults to "primary".
The SignInModalTrigger component.
A trigger button that opens the sign in modal.