active indicates whether the tab should be active or not.
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 is applied when the tab is clicked.
text can be specified to be displayed on the tab.
value of the control.
Used to intialize controls and may also be the value of an Event.
Generated using TypeDoc
TabAttrs