Skip to content
On this page

Avatar Group 头像组

多个头像的集合

基本使用

<f-avatar-group> 组件内部插入 <f-avatar> 组件

开启

偏移量

position-size 可配置偏移量

开启

Attributes

参数说明类型可选值默认值
position-size偏移量string / number————
round是否为圆角boolean——false
fit如何适应容器,原生 object-fit 属性FightingFitfill contain cover none scale-down——
size图片大小FightingSize / numberlarge middle small minimiddle
lazy是否懒加载头像boolean——false

Slots

插槽名称说明说明
default默认插槽

Interface

组件导出以下类型定义:

ts
import type { AvatarGroupInstance } from 'fighting-design'

Contributors