@dan @ben I have just started using the Tabs component to create a documentation browser. The component is very powerful and provides a lot of capabilities. Due to the nature of a tab component, it is a little awkward to work with, as you are controlling things from different places.
But my main concern with this component is that it does not lend itself to being turned into a GLOBAL. The primary reason for this is that the TAB LIST cannot be unlinked in a global. Making it impossible to have a global tab component where variable-length TAB LISTS can be used.
This then impacts one’s ability to style the tab component globally. So I have to turn the contents of the tabs into globals to make those consistent, but I then have to manually manage the styling of the tab component.
Is there a reason that the TAB LIST cannot be unlinked to allow the number of tabs to be customized for each instance of a global tab component?