Skip to main content

Tabs

tabs

<Tabs>
<Tab label="First Tab">
Content of the First Tab
</Tab>
<Tab label="Second Tab">
Content of the Second Tab
</Tab>
</Tabs>

Props

Tabs Props

NameDescriptionRequiredDefault
idUnique Id for this set of tabs. When set, the selected tab is included in the URL so it can be sharedNo-

Tab Props

NameDescriptionRequiredDefault
labelLabel for the tabYes-
idUnique Id for this tab. Should only be needed if 2 tabs have the same label, which isn't recommended.No{label}