Tabs stable
Simple horizontal tabs component.
Example
Tab Props
Name | Type | Description | Default | Required |
title | String | Title of the tab | false | false |
selected | Boolean | Whether tab is selected or not by default | false | false |
disabled | Boolean | Whether tab is disabled or not | false | false |
Tabs Props
Name | Type | Description | Default | Required |
wide | Boolean | Each header's element will fill whole width | false | false |
Tabs Methods
Name | Arguments | Description |
setActiveTab() | tabId | Call this method to programmatically change the active tab |