# Tabs

Use to switch between related views within the same context without navigating to a new page. Ideal for organizing content at the same level.

import Anatomy from "../../../../../components/Anatomy.astro";
import VariantMatrix from "../../../../../components/VariantMatrix.astro";
import MotionPattern from "../../../../../components/MotionPattern.astro";
import AccessibilityRefs from "../../../../../components/AccessibilityRefs.astro";
import PageMetadata from "../../../../../components/PageMetadata.astro";
import StubFooter from "../../../../../components/StubFooter.astro";
import DoDont from "../../../../../components/DoDont.astro";
import Callout from "../../../../../components/Callout.astro";
import TermList from "../../../../../components/TermList.astro";
import ComponentTabs from "../../../../../components/ComponentTabs.astro";
import ConfidenceChip from "../../../../../components/ConfidenceChip.astro";
import MediaAsset from "../../../../../components/MediaAsset.astro";

<PageMetadata
  slug="components.tabs.content"
  source="components/dist/registries/dskit.json#tabs"
  schema={1}
  updated="2026-05-14"
/>

<ComponentTabs component={"tabs"} activeTab={"content"} />

## Content guidelines

Tabs switch between related views on the same page without full navigation.

### When to use

- To switch between related views on the same page without full navigation.

### Style

- Tab labels are short nouns or noun phrases. For example, **Overview**, **Lineage**, **Settings**.
- Use sentence case.
- Avoid verbs in tab labels.