ButtonVariantsinterface

{
	strong?: boolean | undefined;
	plain?: boolean | undefined;
	outline?: boolean | undefined;
	small?: boolean | undefined;
	full?: boolean | undefined;
}
PropertyType
.strongboolean
This is the default button in a form and should be displayed stronger.
.plainboolean
Add plain styling (background only appears on hover or focus).
.outlineboolean
Add outline styling (has no background until hover or focus).
.smallboolean
Make the button appear smaller.
.fullboolean
Fill the available width instead of sizing to content (buttons are content-width by default).

Styling variants for a Button, combining flex, color, status, and typography options with button-specific toggles.