Chapter 12 Navs and Navbars
12.1 Navs
Navs available in Bootstrap have shared markup, starting with the base .nav class, as well as shared states. Swap modifier classes to switch between each style.
Tabs
The .nav-tabs class requires the .nav base class.
12.2Pills Style
Pills are also vertically stackable. Just add .nav-stacked
12.3 Justified Navs
Easily make tabs or pills equal widths of their parent at screens wider than 768px with .nav-justified. On smaller screens, the nav links are stacked.
Justified navbar nav links are currently not supported.
12.4 Disabled Links
For any nav component ttabs or pills), add .disabled for gray links and no hover effects.
12.8 Using Dropdowns
Add dropdown menus with a little extra HTML and the dropdowns JavaScript plugin.
12.8.1 Tabs And Dropdowns
12.8.2 Pills With Dropdowns