Tab Content 1
Homecomponentsinformational
Tabs
A container to organize information in switchable tabs.
Use Tabs to show information divided into separate tabs.
Tabs is purely visual and does not support linking, i.e., it won't change the URL. If you need the tabs to have links and navigate accordingly, use the TabNavigation component.
Orientation
Use the orientation property to choose either vertical or horizontal tab orientation.
Horizontal
Account Content
Vertical
Account Content
Count
Use the count property to show a count b adge beside the tab labels.
Recommended Content
Viewed Content
Tabs Width In Vertical Orientation
Use tabsWidth property to set custom width to the vertically oriented tabs. It has no effect on horizontally oriented tabs.
Viewed Content
API
tabs
Required
Tab[]
selected
Required
string
onChange
Required
(selection: string) => void
children
Required
ReactNode
orientation
horizontal
vertical
space
tabsWidth
PxOrRem
data
DataAttributeMap