VTabs
Props
| Name | Type | Description |
|---|---|---|
| orientation | Enum:verticalhorizontal | The orientation |
| activeid | string | The id of the active tab |
| activeindicator | boolean | Whether or not to show the active indicator |
| connotation | Enum:accentcta | The connotation the tabs should have. |
| gutters | Enum:nonesmall | sets the initial preferred margin from predefined available options |
| scrollable-panel | boolean | sets overflow to the tab-panel |
| tabs-layout | Enum:align-startstretch | Controls the layout of the tabs. |
Events
| Name | Event Type | Description |
|---|---|---|
| change | CustomEvent<HTMLElement> | Fires a custom 'change' event when a tab is clicked or during keyboard navigation |
Slots
| Name | Description |
|---|---|
| default | Default slot. |
Methods
| Name | Type | Description |
|---|---|---|
| adjust | (adjustment: number) => void | The adjust method for FASTTabs |