index.en-US.md 789 Bytes
Newer Older
niko's avatar
niko committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
---
title: AvatarList
order: 1
cols: 1
---

A list of user's avatar for project or group member list frequently. If a large or small AvatarList is desired, set the `size` property to either `large` or `small` and `mini` respectively. Omit the `size` property for a AvatarList with the default size.

## API

### AvatarList

| Property | Description | Type | Default |
|----------|------------------------------------------|-------------|-------|
| size | size of list | `large``small``mini`, `default` | `default` |

### AvatarList.Item

| Property | Description | Type | Default |
|----------|------------------------------------------|-------------|-------|
21
| tips | title tips for avatar item | ReactNode | - |
niko's avatar
niko committed
22
| src | the address of the image for an image avatar | string | - |