You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Navbars are by default accessible and will provide <code>role="navigation"</code>.</p>
507
-
<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>
508
-
<p>You can specify a brand node by wrapping it in a <code>NavBrand</code> element and passing it as a child to the <code>Navbar</code>.</p>
509
-
<p>You can drag elements to the right by specifying the <code>right</code> property on the <code>Nav</code> component.</p>
509
+
<p>
510
+
They also supports all the different Bootstrap classes as properties. Just camelCase
511
+
the css class and remove navbar from it.
512
+
513
+
For example <code>navbar-fixed-top</code> becomes the property <code>fixedTop</code>.
514
+
The different properties are <code>fixedTop</code>, <code>fixedBottom</code>, <code>staticTop</code>
515
+
, <code>inverse</code>, <code>fluid</code>.
516
+
</p>
517
+
<p>
518
+
You can also align elements to the right by specifying the <code>right</code> prop on
<p>To have a mobile friendly Navbar, specify the property <code>toggleNavKey</code> on the Navbar with a value corresponding to an <code>eventKey</code> of one of his <code>Nav</code> children. This child will be the one collapsed.</p>
516
-
<p>By setting the property {React.DOM.code(null,'defaultNavExpanded')} the Navbar will start expanded by default.</p>
517
524
<divclassName="bs-callout bs-callout-info">
518
-
<h4>Scrollbar overflow</h4>
519
-
<p>The height of the collapsible is slightly smaller than the real height. To hide the scroll bar, add the following css to your style files.</p>
520
-
<pre>
521
-
{React.DOM.code(null,
522
-
'.navbar-collapse {\n'+
523
-
' overflow: hidden;\n'+
524
-
'}\n'
525
-
)}
526
-
</pre>
525
+
<h4>Additional Import Options</h4>
526
+
<p>
527
+
The Navbar Header, Toggle, Brand, and Collapse components are available as static properties
528
+
the <code>{"<Navbar/>"}</code> component, but you can also,
529
+
import them directly from the <code>/lib</code> directory
<h3><Anchorid="navbars-mobile-friendly-multiple">Mobile Friendly (Multiple Nav Components)</Anchor></h3>
531
-
<p>To have a mobile friendly Navbar that handles multiple <code>Nav</code> components use <code>CollapsibleNav</code>. The <code>toggleNavKey</code> must still be set, however, the corresponding <code>eventKey</code> must now be on the <code>CollapsibleNav</code> component.</p>
532
-
<divclassName="bs-callout bs-callout-info">
533
-
<h4>Div collapse</h4>
534
-
<p>The <code>navbar-collapse</code> div gets created as the collapsible element which follows the <ahref="http://getbootstrap.com/components/#navbar-default">bootstrap</a> collapsible navbar documentation.</p>
0 commit comments