0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-20 12:52:19 +01:00

better describe example

This commit is contained in:
Mark Otto 2016-12-28 16:37:04 -08:00
parent 3f94ee9c90
commit 1191938886

View File

@ -36,7 +36,7 @@ Navbars come with built-in support for a handful of sub-components. Choose from
- `.form-inline` for form controls and more. - `.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. Here's an example of all the sub-components included in a responsive light-themed navbar that automatically collapses at the `md` (medium) breakpoint.
{% example html %} {% example html %}
<nav class="navbar navbar-light navbar-toggleable-md bg-faded"> <nav class="navbar navbar-light navbar-toggleable-md bg-faded">