<p>A responsive horizontal nav bar that can contain links, tabs, buttons, icons, and a logo.</p>
<p>The <code>.nav</code> container can have 3 parts:</p>
<ul>
<li><code>.nav-left</code></li>
<li><code>.nav-center</code></li>
<li><code>.nav-right</code></li>
</ul>
<p>Each of these containers can have a <code><a></code> ,<code>.button</code>, <code>.tabs</code>, <code>.brand</code>. Add a <code>active</code> class to show a active link.</p>
<p>You can also have tabs without a nav bar. Simply make a <code>.tabs</code> container and add links in it. To make tabs go full width just add a <code>is-full</code> class</p>