A navigating tab bar.
Props
Name
Description
Type
Default
interTabIcon
Icon to be rendered between each tab.
[namespace: stringor
symbol, name: string]or
stringor
undefined
interTabIconSize
thu size of the icon to be rendered between each tab.
number
20
tabs
A list of tabs.
RouteTab[]
RouteTab
Name
Description
Type
If the url should be matched in exact mode
The id of the tab. Used as the slot identifier and query parameter.
The title to be displayed in the tab.
The url the tab should link to & match
Events
Event
Detail
Description
tabChange
string
Triggered when the active tab is changed. detail
is the newly active tab.
Parts
Name
Description
[tabName]
The tab.
active
The active tab.
indicator
The sliding indicatior bar.
inter-tab-icon
Icon between tabs (if specified).
tab
Tabs.