Nav

A responsive horizontal nav bar that can contain links, tabs, buttons, icons, and a logo.

The .nav container can have 3 parts:

  • .nav-left
  • .nav-center
  • .nav-right

Each of these containers can have a <a> ,.button, .tabs, .brand. Add a active class to show a active link.


Brand
Link 1 Link 2
Button
{% highlight html %}
Brand
Link 1 Link 2
Button
{% endhighlight %}
Link 1 Link 2
Link 3 Link 4
{% highlight html %}
Link 1 Link 2
Link 3 Link 4
{% endhighlight %}

You can also have tabs without a nav bar. Simply make a .tabs container and add links in it. To make tabs go full width just add a is-full class


Tab 1 Tab 2 Tab 3

Tab 1 Tab 2 Tab 3
{% highlight html %}
Tab 1 Tab 2 Tab 3
Tab 1 Tab 2 Tab 3
{% endhighlight %}