Optionalaria-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.
OptionalclassThe class name(s) for this virtual element, as a space-separated list.
OptionaldisabledDisables button from user input.
Default: false
OptionalhelpOptionalhelperHelper text. Displayed under the button label.
Default: null
OptionaliconClass(es) of an optional icon to be rendered within the button.
If provided, the button will gain a has-icon class.
You may also provide a rendered icon element directly.
OptionallabelOptionalloadingShow a loading spinner within the button.
If true, also disables the button.
Default: false
Button type.
Default: "button"
OptionalurlOptionalvalue
Any other virtual element properties, including attributes and event handlers.