Skip to content

Commit

Permalink
Merge pull request react-bootstrap#1481 from react-bootstrap/dozoisch…
Browse files Browse the repository at this point in the history
…-patch-1

Added CollapsibleNav to Navbars component list
  • Loading branch information
jquense committed Nov 9, 2015
2 parents 293913d + fb96c98 commit 0f57d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/ComponentsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ const ComponentsPage = React.createClass({

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

<p>Navbars are by default accessible and will provide <code>role="navigation"</code>.</p>
<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>
Expand Down

0 comments on commit 0f57d70

Please sign in to comment.