ant-design/components/avatar/index.en-US.md
Emerson Laurentino 0f9da43522 Avatar custom size (#11419)
* add avatar support custom size

* me added to author list and sorting alphabetically

* fix avatar sizeChildrenStyle preference

* fix authors

* fix snapshots
2018-08-02 20:25:14 +08:00

762 B
Raw Blame History

category type title
Components Data Display Avatar

Avatars can be used to represent people or objects. It supports images, Icons, or letters.

API

Property Description Type Default
icon the Icon type for an icon avatar, see Icon Component string -
shape the shape of avatar circle | square circle
size the size of the avatar number | string: large small default default
src the address of the image for an image avatar string -
alt This attribute defines the alternative text describing the image string -
onError handler when img load errorreturn false to prevent default fallback behavior () => boolean -