HTML-First UI

Tabs

A navigation component for switching between related content sections

Link

See selecting tabs to learn how to select a tab

Notes

The tabs component provides a tabbed interface for organizing related content.

  • Use role="tablist" on the container
  • Use role="tab" on individual tabs
  • Use aria-selected="true" for the active tab
  • Add scrollable attribute for horizontally scrolling tabs
  • Tabs can be buttons or links