From fb96c982329f2213c452f59380167e763277c92f Mon Sep 17 00:00:00 2001 From: Hugo Dozois Date: Mon, 9 Nov 2015 09:48:38 -0500 Subject: [PATCH] Added CollapsibleNav to Navbars component list - this should help this component visibility in the docs as I had totally missed the third example. --- docs/src/ComponentsPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.