From a28f1199439b2ef33db3d387ab57df99b347b7c6 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 27 Dec 2016 14:37:17 -0800 Subject: [PATCH] follow up to the fix for #20506 with some docs examples of input groups in button toolbars --- docs/components/button-group.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/docs/components/button-group.md b/docs/components/button-group.md index f4c164749c..59a18e2627 100644 --- a/docs/components/button-group.md +++ b/docs/components/button-group.md @@ -47,6 +47,36 @@ Combine sets of button groups into button toolbars for more complex components. {% endexample %} +Feel free to mix input groups with button groups in your toolbars. Similar to the example above, you'll likely need some utilities though to space things properly. + +{% example html %} + + + +{% endexample %} + ## Sizing Instead of applying button sizing classes to every button in a group, just add `.btn-group-*` to each `.btn-group`, including each one when nesting multiple groups.