Tabs

Tab Navigation

Active navigation items are highlighted by means of a rectangular block in the background color of the content section.

Light Tabs (Block Highlight)

Content section using the "Overview" tab with a rectangular block background.

Navbar + Tabs (2-Level)

<div class="tabs">
  <button class="tabs__trigger tabs__trigger--active">Tab 1</button>
  <button class="tabs__trigger">Tab 2</button>
</div>