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

Commit 0e21b5e

Browse files
authored
Update README.md
1 parent 598867d commit 0e21b5e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/avatar/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ Group multiple avatars together by wrapping them in a `<b-avatar-group>` compone
463463
- The `variant`, `square` and `rounded` props on `<b-avatar-group>` will take precedence over the
464464
respective props on individual avatars.
465465

466-
### Avatar group size
466+
### Group size
467467

468468
To size the avatars, use the prop `size` on `<b-avatar-group>`. The size prop accepts the same type
469469
of values as the `size` prop on `<b-avatar>`. Note that the `size` prop will be ignored on
@@ -485,7 +485,7 @@ individual avatars when they are placed inside a `<b-avatar-group>`.
485485
<!-- b-avatar-group-size.vue -->
486486
```
487487

488-
### Avatar group variant
488+
### Group variant
489489

490490
Use the `variant` prop to color all child avatars in the `<b-avatar-group>`. Note that the `variant`
491491
prop, when set, will override the the `variant` specified on individual avatars.
@@ -506,7 +506,7 @@ prop, when set, will override the the `variant` specified on individual avatars.
506506
<!-- b-avatar-group-variant.vue -->
507507
```
508508

509-
### Avatar group rouding
509+
### Group rouding
510510

511511
Similar to the `ariant` prop, the `<b-avatar-group>` props `square` and `rounded` take precedence
512512
over the respective props on individual child avatars.
@@ -527,7 +527,7 @@ over the respective props on individual child avatars.
527527
<!-- b-avatar-group-rounded.vue -->
528528
```
529529

530-
### Avatar group overlap
530+
### Group overlap
531531

532532
By default child avatars inside a `<b-avatar-group>` will overlap by a factor of `0.3` (relative
533533
to the size of the avatar). You can control the overlap amount by setting the `overlap` prop to

0 commit comments

Comments
 (0)