Diwa Design System

Tabs

A full-featured tabbed interface that combines a tab bar with associated panel content.

Overview content goes here.Detailed information goes here.Settings content goes here.
<diwa-tabs active-tab-index="0" class="block w-full">
  <diwa-tabs-item label="Overview">Overview content goes here.</diwa-tabs-item>
  <diwa-tabs-item label="Details">Detailed information goes here.</diwa-tabs-item>
  <diwa-tabs-item label="Settings">Settings content goes here.</diwa-tabs-item>
</diwa-tabs>