From 93fabfa7a4bf44ffacd11013ee0fa9092e529198 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 21 Dec 2016 17:52:28 -0800 Subject: [PATCH] update responsive behavior in demo --- docs/components/navbar.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/components/navbar.md b/docs/components/navbar.md index 55927a326f..e730404be5 100644 --- a/docs/components/navbar.md +++ b/docs/components/navbar.md @@ -34,15 +34,16 @@ Navbars come with built-in support for a handful of sub-components. Choose from - Inline forms with `.float-` utilities for form controls and components. - `.navbar-text` for adding vertically centered strings of text. - `.inline-form` for form controls and more. +- `.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. {% example html %} -