Tabs
Displays tab navigation and the active tab content.
| Parameter | Description |
|---|---|
| value | Selected tab value. |
| gap | Space between tab navigation and content. |
| if | Conditional rendering expression. |
Usage
xml<Tabs value="$tabs.value"><Tab value="overview" label="Overview">Overview content</Tab><Tab value="activity" label="Activity">Activity content</Tab></Tabs>
Tab
Displays tab navigation and the active tab content.
| Parameter | Description |
|---|---|
| value | Current value or binding expression. |
| label | Accessible label. |
| if | Conditional rendering expression. |