OptionalbuttonButtons type (default: 'Active').
Affects buttons color and border.
Button context type Navigation is deprecated and will
be removed in future versions.
For navigation type of buttons define path instead
of onButtonClicked, onBlur and type properties
to render link instead of button.
OptionalclassOptional class
OptionalcustomOptional custom icon.
When provided, icon property is ignored.
OptionaldataOptional data-test-id
OptionaldisabledWhether the button is disabled. If set to true, disallows interactions. (default: undefined)
OptionalheightButton's height
OptionaliconOptional icon
OptionalonOptionalonEvent to raise when the button is clicked
OptionalopenIf set to true, the link will open in a new tab.
OptionalpathWhere to navigate to when the action is clicked.
OptionaltitleOptional title attribute for the button
OptionaltypeHTML button type attribute (default: 'button')
OptionalwidthButton's width
Button options for icon buttons with JS handlers