1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-24 21:40:17 +00:00
This commit is contained in:
Mark Otto 2016-12-28 17:03:28 -08:00
parent e56ab55d22
commit c67ac18f07

View File

@ -33,7 +33,6 @@ Navbars come with built-in support for a handful of sub-components. Choose from
- `.navbar-toggler` for use with our collapse plugin and other [navigation toggling](#collapsible-content) behaviors. - `.navbar-toggler` for use with our collapse plugin and other [navigation toggling](#collapsible-content) behaviors.
- `.form-inline` for any form controls and actions. - `.form-inline` for any form controls and actions.
- `.navbar-text` for adding vertically centered strings of text. - `.navbar-text` for adding vertically centered strings of text.
- `.form-inline` for form controls and more.
- `.collapse.navbar-collapse` for grouping and hiding navbar contents by a parent breakpoint. - `.collapse.navbar-collapse` for grouping and hiding navbar contents by a parent breakpoint.
Here's an example of all the sub-components included in a responsive light-themed navbar that automatically collapses at the `md` (medium) breakpoint. Here's an example of all the sub-components included in a responsive light-themed navbar that automatically collapses at the `md` (medium) breakpoint.