# Avatar
The Avatar component is usually used to show display picture of a user or a
fallback with their initials.
## Usage
```vue
```
## Props
| Name | Default | Value | Description |
| :--------- | :------- | :----------------- | :--------------------------------------------------------------------------------- |
| `imageURL` | `null` | `String` | URL to an image |
| `label` | `null` | `String` | First character of the label will be used as a placeholder when imageURL is `null` |
| `size` | `'md'` | `sm \| md \| lg` | Size of the element |
| `shape` | `circle` | `circle \| square` | Shape of the element |