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.
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