File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
src/components/button-group Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 22
33> Group a series of buttons together on a single line with ` <b-button-group> ` .
44
5- ** Example 1:** Default button group and button group using contextual variants
5+ ## Overview
6+
7+ Button groups are an easy way to group a series of buttons together.
68
79``` html
810<div >
3032Set the size prop to ` lg ` or ` sm ` to render larger or smaller, respectively, buttons. There is no
3133need to specify the size on the individual buttons.
3234
33- ** Example 2:** Default, Small, and Large button groups
34-
3535``` html
3636<div >
3737 <div >
@@ -65,8 +65,6 @@ need to specify the size on the individual buttons.
6565Make a set of buttons appear vertically stacked rather than horizontally by setting the ` vertical `
6666prop. Split button dropdowns are not supported here.
6767
68- ** Example 3:** Vertical button group
69-
7068``` html
7169<div >
7270 <b-button-group vertical >
@@ -84,8 +82,6 @@ prop. Split button dropdowns are not supported here.
8482Add [ ` <b-dropdown> ` ] ( /docs/components/dropdown ) menus directly inside your ` <b-button-group> ` . Note
8583that split dropdown menus are not supported when prop ` vertical ` is set.
8684
87- ** Example 4:** button group with dropdown menus
88-
8985``` html
9086<div >
9187 <b-button-group >
You can’t perform that action at this time.
0 commit comments