Skip to content

AvatarGroup 头像组组件

头像组组件,重叠展示多个头像,支持 +N 计数。

基础用法

vue
<template>
  <parrot-avatar-group />
</template>

API

Props

属性类型默认值说明
maxnumber5最大显示数
sizestring'72rpx'头像尺寸

Slots

插槽说明
default默认内容

Released under the MIT License.