Tabs
The tabs component is a simple way to organize content into different sections.
Examples
Basic Usage
Tab Adornments
Each Tab accepts start and end adornments for icons or counts. Added in 10.0.0.
<TabList>
<Tab start={<InboxIcon />}>Inbox</Tab>
<Tab end={<Badge>12</Badge>}>Notifications</Tab>
</TabList>Blocks
This component is used in the following Blocks:
Theme
This component uses the following default theme:
- root{}(3 keys)
- Show all
Learn more about how to customize in the Theme documentation.
API
Tabs
TabList
Tab
TabPanel
Last updated on