<p>Use button groups to join multiple buttons together as one composite component. Button groups can be built with not only<code><a></code> or <code><button></code> elements, but also radios and checkboxes.</p>
<p>Use button groups to join multiple buttons together as one composite component. Just build them with a series of<code><a></code> or <code><button></code> elements. Button groups can also function as radios and checkboxes (see <ahref="./javascript.html#buttons">the Javascript docs</a> for that).</p>
<p>You can also combine sets of button groups into a toolbar for more complex projects.</p>
<p>You can also combine sets of button groups into a toolbar for more complex projects.</p>
<p><aclass="btn js-btn"href="./javascript.html#buttons">Get the javascript »</a></p>
<p><aclass="btn js-btn"href="./javascript.html#buttons">Get the javascript »</a></p>
<pclass="muted">Heads up: CSS for button groups is in a separate file, button-groups.less.</p>
<pclass="muted">Heads up: CSS for button groups is in a separate file, button-groups.less.</p>
<p>Our navbar is a fixed bar that houses a website’s logo or name, primary navigation, and search form.</p>
<p>Our navbar is a fixed bar that houses a website’s logo or name, primary navigation, and search form.</p>
</div>
</div>
<divclass="span4">
<divclass="span4">
<h4>Customizable</h4>
<h3>Customizable</h3>
<p>All elements within, and the entire navbar as well, are optional. You can choose to include a logo/name, nav, search, and a secondary nav—or any combination of that.</p>
<p>All elements within, and the entire navbar as well, are optional. You can choose to include a logo/name, nav, search, and a secondary nav—or any combination of that.</p>
</div>
</div>
<divclass="span4">
<divclass="span4">
<h4>Dropdowns included</h4>
<h3>Dropdowns included</h3>
<p>As part of the main navigation, we’ve included the ability for you to add dropdowns to your nav. Check out the secondary nav above (right aligned) to see how it’s done. Dropdowns <code><li></code> tags also support <code>.active</code> for showing current page selection.</p>
<p>As part of the main navigation, we’ve included the ability for you to add dropdowns to your nav. Check out the secondary nav above (right aligned) to see how it’s done. Dropdowns <code><li></code> tags also support <code>.active</code> for showing current page selection.</p>