🌐 AI搜索 & 代理 主页
Skip to content

Commit fb81ffc

Browse files
authored
Update README.md
1 parent db378c6 commit fb81ffc

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

src/components/button-group/README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
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>
@@ -30,8 +32,6 @@
3032
Set the size prop to `lg` or `sm` to render larger or smaller, respectively, buttons. There is no
3133
need 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.
6565
Make a set of buttons appear vertically stacked rather than horizontally by setting the `vertical`
6666
prop. 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.
8482
Add [`<b-dropdown>`](/docs/components/dropdown) menus directly inside your `<b-button-group>`. Note
8583
that 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>

0 commit comments

Comments
 (0)