Optional aria-Optional disabledDisables button from user input.
Default: false
Optional iconClass(es) of an optional icon to be rendered within the button.
If provided, the button will gain a has-icon class.
Optional loadingShow a loading spinner within the button.
If true, also disables the button.
Default: false
Optional titleDEPRECATED: Please use the aria-label attribute instead. For tooltips, use
the <Tooltip> component.
Accessible text for the button. This should always be present if the button only contains an icon.
The textual content of this attribute is passed to the DOM element as aria-label.
Optional typeButton type.
Default: "button"
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#attr-type
Generated using TypeDoc v0.23.24
Accessible text for the button. This should always be present if the button only contains an icon.
The textual content of this attribute is passed to the DOM element as
aria-label.