You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation for tabs provides Tabs that contains one or more Tab. This issue is for refactoring the implementation to include separate components for the entire structure of Tabs to provide more flexibility and control.
Effectively the structure would be:
Tabs
TabList
Tab
TabPanels
TabPanel
This aligns with many other design systems approach to this component:
This will additionally impact the ability to more easily contain variants (line, contained, icon-only, etc) from #8487 without having to make new components.
The text was updated successfully, but these errors were encountered:
FYI: The new TabPanels, TabPanel, and TabList components are not exposed through @carbon/react, however the refactored Tab Component is, effectively breaking the TabComponent.
The current implementation for tabs provides
Tabs
that contains one or moreTab
. This issue is for refactoring the implementation to include separate components for the entire structure of Tabs to provide more flexibility and control.Effectively the structure would be:
This aligns with many other design systems approach to this component:
This will additionally impact the ability to more easily contain variants (line, contained, icon-only, etc) from #8487 without having to make new components.
The text was updated successfully, but these errors were encountered: