Tabs

The Tabs component is used to display different sections of content that can be switched between using tab headers.

# Usage based on structured data


Lorem ipsum dolor sit amet, consectetur adipiscing elit.

Tabs Component

PropTypeDescription
tabsArrayDefines the tabs and their content.
openDefaultnumberSpecifies the index of the tab to open by default.
disabledArrayArray of indexes specifying which tabs should be disabled.

# Usage based on nested items


Lorem ipsum dolor sit amet, consectetur adipiscing elit.

Tab Component

PropTypeDescription
titlestringTitle displayed in the tab header.
disabledbooleanDisables interaction with the tab.
childrenReactNodeContent of the tab.