Components.NavbarNav public
Component for the .nav
element within a Components.Navbar
component. Have a look there for examples.
Per the bootstrap docs, justified navbar nav links are not supported.
Item Index
dropdownComponent {String} private
fill boolean public
Make the nav flex fill (BS4 only), see [bootstrap docs](http://getbootstrap.com/docs/4.1/components/navs/#fill-and-justify)
itemComponent {String} private
justified boolean public
Make the nav justified, see [bootstrap docs](http://getbootstrap.com/components/#nav-justified)
linkToComponent {String} private
stacked boolean public
Make the nav pills stacked, see [bootstrap docs](http://getbootstrap.com/components/#nav-pills)
type String public
Special type of nav, either "pills" or "tabs"