Tabset
Last updated
Last updated
© 2024 UI Bakery
Tabset allows you to easily switch between different views. Each tab serves as a container, so you can customize it with the necessary components.
Method | Description |
---|---|
Triggers allow you to launch certain actions based on different events.
By default, a tabset comes with 2 tabs, but you can add more if necessary.
Tabs can also be hidden on a certain condition, e.g. a user's role. To manage the visibility of a tab, expand its settings, and specify the condition in the Visibility field, e.g. {{user.role == 'admin'}}
.
selectTab()
selects a tab
On Init
Calls for an action on component's initialization
On Tab Change
Calls for an action when a tab is switched