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/templates/pages/components.mustache | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'docs/templates') diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index 1c33073a8..f3d92dda6 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -186,6 +186,30 @@ </div> + +
+ + +

{{_i}}Vertical button groups{{/i}}

+

{{_i}}Make a set of buttons appear vertically stacked rather than horizontally.{{/i}}

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

{{_i}}Checkbox and radio flavors{{/i}}

{{_i}}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.{{/i}}

-- cgit v1.2.3