G-Loot DS — Tab button

by Augustin Hiebel

HTML

<!-- tab primary (default) -->
<button type="button" className="tab">
  <span>Button Label</span>
</button>

<!-- tab secondary -->
<button type="button" className="tab tab-secondary">
  <span>Button Label</span>
</button>