From 7d41a387693c49347e06572ceb7ec2207ee30d46 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 3 May 2013 16:16:26 -0700 Subject: Fixes #7511: add support for nested button groups so you can use dropdowns in your button groups --- docs/docs.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'docs/docs.html') diff --git a/docs/docs.html b/docs/docs.html index cd90b1510..346725215 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -2919,6 +2919,28 @@ For example, <section> should be wrapped as inline. {% endhighlight %} +

Nested button groups

+

Place buttons groups within button groups when you want dropdown menus mixed with a series of buttons.

+
+
+ + + + +
+ + +
+
+
+

Vertical button groups

Make a set of buttons appear vertically stacked rather than horizontally.

-- cgit v1.2.3