Avatar
Renders an avatar.
Node name : avatar
Attributes
| Attribute | Type | Required | Default value | Description |
|---|---|---|---|---|
| label | string |
false |
Label (one letter). | |
| icon | string |
false |
Icon. | |
| size | string (extrasmall, small, medium, large, extralarge) |
false |
medium |
Size. |
| shape | string (circle, square) |
false |
circle |
Shape. |
Example
<avatar label="A" />
<avatar icon="Account" />