active indicates whether the button is active or not.
block scope this button.
class is typically applied to the root level DOM of a widget's view.
Use it to define custom rules for styling specific widget instances.
disabled indicates the control should not be interactable.
name of the control.
Used by controls to tag events with names.
onClick assigns a handler for click events.
outline uses an alternative outline styling
size modifier for the button.
style assigns one of the supported styles.
text can be specified as an alternative to explicit children.
type corresponds to the html attribute.
value of the control.
Used to intialize controls and may also be the value of an Event.
Generated using TypeDoc
ButtonAttrs