U.S. flagA digital services project by Flexion

Tab Group

layoutUSWDS-derivedinteractive

A tabbed interface for switching between content panels. Progressively enhanced from stacked content.

Reference: USWDS documentation ↗

Variants

Default Tabs

First panel content.

Two Tabs

This is the preview.

Contract

Class mapping

USWDSFlexNotes
usa-tab<flex-tab-group> (custom element)Container element
usa-tab [role="tablist"]flex-tab-group [role="tablist"]Tab list wrapper with ARIA role
[role="tab"].flex-tab-group__tabIndividual tab button
[role="tabpanel"].flex-tab-group__panelTab panel content area

Verified properties

font-familycursor

Behavior promises

  • ✓ Click switches active panel
  • ✓ Arrow keys navigate between tabs
  • ✓ Home key moves focus to first tab
  • ✓ End key moves focus to last tab
  • ✓ Arrow keys wrap around at edges
  • ✓ Accessibility audit passes

Source CSS