From b54264cde0b1e72fbb463e4aa272ed1c2876bd02 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 19 Jun 2012 14:42:46 -0700 Subject: add basic vertical button group support --- docs/components.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'docs/components.html') diff --git a/docs/components.html b/docs/components.html index ce931783f..3b3f5a783 100644 --- a/docs/components.html +++ b/docs/components.html @@ -263,6 +263,30 @@ </div> + +
+ + +

Vertical button groups

+

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

+
+
+ + + + +
+
+
+<div class="btn-group btn-group-vertical">
+  ...
+</div>
+
+ + +
+ +

Checkbox and radio flavors

Button groups can also function as radios, where only one button may be active, or checkboxes, where any number of buttons may be active. View the Javascript docs for that.

-- cgit v1.2.3