Skip to content

Commit fb96c98

Browse files
committed
Added CollapsibleNav to Navbars component list
- this should help this component visibility in the docs as I had totally missed the third example.
1 parent 293913d commit fb96c98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/ComponentsPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ const ComponentsPage = React.createClass({
500500

501501
{/* Navbar */}
502502
<div className="bs-docs-section">
503-
<h1 className="page-header"><Anchor id="navbars">Navbars</Anchor> <small>Navbar, NavBrand, Nav, NavItem</small></h1>
503+
<h1 className="page-header"><Anchor id="navbars">Navbars</Anchor> <small>Navbar, NavBrand, Nav, CollapsibleNav, NavItem</small></h1>
504504

505505
<p>Navbars are by default accessible and will provide <code>role="navigation"</code>.</p>
506506
<p>They also supports all the different Bootstrap classes as properties. Just camelCase the css class and remove navbar from it. For example <code>navbar-fixed-top</code> becomes the property <code>fixedTop</code>. The different properties are <code>fixedTop</code>, <code>fixedBottom</code>, <code>staticTop</code>, <code>inverse</code>, <code>fluid</code>.</p>

0 commit comments

Comments
 (0)