Tabs
Props
Name
Type
tabs
string[]
List of tabs
active
number
Index of the active tab. Defaults to 0
.
Events
Name
Payload
activate
number
Triggered after a tab has been actived.
Slots
Name
Payload
trigger-${i}
Tab content for each tab. i
is the index in the list of the provided tabs.