diff --git a/docs/components/button-group.md b/docs/components/button-group.md index f4c164749..59a18e262 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.