G-Loot DS — Tab button
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>