When to use
Use when the user switches between peer views without leaving the page.
Find components, patterns, tokens, and docs
Component
In-page switcher between peer views of the same object.
Preview
<Tabs
variant="primary"
size="medium"
>
Overview
</Tabs>Appearance is not enough. This is the contract for when the control earns a place in the product.
Use when the user switches between peer views without leaving the page.
Use links or a sidebar when the views are different tasks or routes.
Avoids full page reloads for content that belongs together.
tablist / tab / tabpanel roles, arrow key navigation, and a visible selected state.