Active vs Inactive

The active tab is visually highlighted with a bottom border and bold text.

Active Tab Inactive Tab Another Tab

With Icons

Combine icons with text labels for clearer navigation.

Code Preview Console

Dashboard Tabs

Analytics dashboard tabs switching between data views.

Analytics Revenue Customers Products

Mail Client

Email client tabs for inbox, sent, and archived messages.

Inbox Sent Starred Archive

Usage

<Tab active="true">Active Tab</Tab><Tab>Inactive Tab</Tab><Tab active="true"><Icon name="code" size="14" /> Code</Tab><Tab><Icon name="eye" size="14" /> Preview</Tab><Tab><Icon name="terminal" size="14" /> Console</Tab>

Props

PropTypeDescription
activetextSet to "true" to highlight as the selected tab
clickhandlerClick event handler for tab selection
childrencontentTab label - text, icons, or both