--- layout: docs title: Navbar description: Documentation and examples for Bootstrap's powerful, responsive navigation header. group: components --- The navbar is a wrapper that positions branding, navigation, and other elements into a concise header. It's easily extensible and thanks to our Collapse plugin, it can easily integrate responsive behaviors. ## Contents * Will be replaced with the ToC, excluding the "Contents" header {:toc} ## Basics Here's what you need to know before getting started with the navbar: - Navbars require a wrapping `.navbar` and a [color scheme](#color-schemes). - Navbars and their contents are fluid by default. Use [optional containers](#containers) to limit their horizontal width. - Use `.float-*-left` and `.float-*-right` to quickly align sub-components. - Ensure accessibility by using a ` {% endexample %} For more complex navbar patterns, like those used in Bootstrap v3, use the `.navbar-toggleable-*` classes in conjunction with the `.navbar-toggler`. These classes override our responsive utilities to show navigation only when content is meant to be shown. {% example html %} {% endexample %}