--- title: AvatarList subtitle: 用户头像列表
order: 1
cols: 1 ---
一组用户头像,常用在项目/团队成员列表。
## API ### AvatarList | 参数 | 说明 | 类型 | 默认值 | |----------|------------------------------------------|-------------|-------| | size | 头像大小 | `large`、`small` | - | ### AvatarList.Item | 参数 | 说明 | 类型 | 默认值 | |----------|------------------------------------------|-------------|-------| | tips | 头像展示文案 | ReactNode\/string | - | | src | 头像图片连接 | string | - |