With the upcoming refactor of tabs, we should try to support the following: - [x] start / end + horizontal / vertical tablists, facilitated by `<aria-tabset>` container element. - [ ] close / reopen tabs - [ ] reorder tabs - [ ] multiple select tabs (idk i what this looks like visually) - [ ] scrolling / wrapping tablists, or [tablist reflow](https://github.com/w3c/aria-practices/issues/2438) or [overflow menu](https://storybooks.fluentui.dev/react/?path=/docs/components-tablist--docs#with-overflow) - [x] [tabs with actions](https://www.w3.org/WAI/ARIA/apg/patterns/tabs/examples/tabs-actions/)
With the upcoming refactor of tabs, we should try to support the following:
<aria-tabset>container element.