| Prop | Default | Type |
|---|---|---|
activationMode | 'automatic' | 'manual'Whether a tab is activated automatically or manually. | |
defaultValue | stringThe value of the tab to select by default, if uncontrolled | |
dir | 'ltr' | 'rtl'The direction of navigation between toolbar items. | |
orientation | 'horizontal' | 'vertical'The orientation the tabs are layed out. Mainly so arrow navigation is done accordingly (left & right vs. up & down) | |
value | stringThe value for the selected tab, if controlled |
| Emit | Payload |
|---|---|
update:value | [value: string] |