Tab
Describes a single tab in an TabView. Contains the tab’s label and the content element displayed when the tab is active.
Constructor
Tab
Creates an Tab.
| Parameter | Description |
|---|---|
label | The text label for the tab header. Must not be null. |
content | The element rendered when this tab is active. Must not be null. |
Properties
Content
The element rendered when this tab is selected.
Label
The text label displayed in the tab bar.
Last updated on