index.zh-CN.md 883 Bytes
Newer Older
nikogu's avatar
nikogu committed
1
---
niko's avatar
niko committed
2
title: AvatarList
nikogu's avatar
nikogu committed
3
subtitle: 用户头像列表
nikogu's avatar
nikogu committed
4
order: 1
nikogu's avatar
nikogu committed
5 6 7
cols: 1
---

nikogu's avatar
nikogu committed
8
一组用户头像,常用在项目/团队成员列表。可通过设置 `size` 属性来指定头像大小。
nikogu's avatar
nikogu committed
9 10 11 12 13

## API

### AvatarList

14 15 16 17 18
| 参数               | 说明       | 类型                                 | 默认值       |
| ---------------- | -------- | ---------------------------------- | --------- |
| size             | 头像大小     | `large``small``mini`, `default` | `default` |
| maxLength        | 要显示的最大项目 | number                             | -         |
| excessItemsStyle | 多余的项目风格  | CSSProperties                      | -         |
nikogu's avatar
nikogu committed
19 20 21

### AvatarList.Item

22 23 24 25
| 参数   | 说明     | 类型        | 默认值 |
| ---- | ------ | --------- | --- |
| tips | 头像展示文案 | ReactNode | -   |
| src  | 头像图片连接 | string    | -   |