Tabs
Switch between different contents.
Import
Markup
Attributes
Name | Type | Default value | Description |
labels | String | 'First,Second' | Comma-separated tabs labels |
active | Number | 0 | Index of the active tab |
fitted | Boolean | false | If the tabs needs to fit the available space |
Events
Name | Detail | Description |
change | { active: Number } | Fired each time a tab label is clicked and returns the current active tab index. Not fired on programmatic change of the active attribute |
Storybook
Last Updated: 4/5/2019, 10:21:49 AM