diff --git a/docs/src/ComponentsPage.js b/docs/src/ComponentsPage.js index 16f002f498..e0745f4ce6 100644 --- a/docs/src/ComponentsPage.js +++ b/docs/src/ComponentsPage.js @@ -500,7 +500,7 @@ const ComponentsPage = React.createClass({ {/* Navbar */}
-

Navbars Navbar, NavBrand, Nav, NavItem

+

Navbars Navbar, NavBrand, Nav, CollapsibleNav, NavItem

Navbars are by default accessible and will provide role="navigation".

They also supports all the different Bootstrap classes as properties. Just camelCase the css class and remove navbar from it. For example navbar-fixed-top becomes the property fixedTop. The different properties are fixedTop, fixedBottom, staticTop, inverse, fluid.