# Avatars
# Usage
<Avatar>
<img src={potato} alt="" />
</Avatar>
or
<Avatar>JD</Avatar>
# Props
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| size | small / medium / large | small | no | Size |
| status | primary / secondary / success / danger / warning / info | no | Status | |
| withShadow | boolean | false | no | With Shadow |
| className | string | no | Additional classes |