Tab Nav
Overview
Tab-nav can be used on its own without the associated content of a Tab
Sample
Edit sample on Codepen
API reference
calcite-tab-nav
Properties
Property | Attribute | Description | Type | Values |
---|---|---|---|---|
storageId | storage-id | Name to use when saving selected tab data to localStorage | undefined | |
syncId | sync-id | Pass the same string to multiple tab navs to keep them all in sync if one changes | undefined |
Events
Name | Description | Detail |
---|---|---|
calciteTabChange | Emitted when the active tab changes | TabChangeEventDetail |
Slots
Name | Description |
---|---|
default (unnamed) | A slot for adding `calcite-tab-title`s. |