AvatarReady
Avatar is used for showing a thumbnail representation of a user or entity. Default avatar illustration is displayed when no src is specified.
<nord-stack align-items="center" direction="horizontal">
<nord-avatar name="Laura Williams" size="s"></nord-avatar>
<nord-avatar name="Laura Williams" size="m"></nord-avatar>
<nord-avatar name="Laura Williams" size="l"></nord-avatar>
<nord-avatar name="Laura Williams" size="xl"></nord-avatar>
<nord-avatar name="Laura Williams" size="xxl"></nord-avatar>
</nord-stack>
Properties
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
size | size | The size of the avatar. | "s" | "m" | "l" | "xl" | "xxl" | "m" |
src | src | The URL of the avatar image uploaded by the user. | string | undefined | undefined |
name | name | The name of the person. | string | "" |
variant | variant | The style variant of the avatar. | "default" | "square" | "default" |
CSS Properties
CSS Custom Properties provide more fine grain control over component presentation. We advise utilizing existing properties on the component before using these.
Property | Description | Default |
---|---|---|
--n-avatar-color | Controls the color of the avatar fallback, using color tokens. | var(--n-color-status-highlight) |
--n-avatar-size | Controls the size of the avatar, using icon sizing tokens. | var(--n-size-icon-l) |
Usage #
This section includes guidelines for designers and developers about the usage of this component in different contexts.
Do #
- Always add the name of the person using the
name
property. - For the best results, use square images or images cropped into a square.
Don’t #
- Try to avoid using landscape or portrait images as avatars. Let users crop their images before or after uploading if possible.
Integration
For integration guidelines, please see Web Components documentation. This documentation explains how to implement and use Nord Web Components across different technologies such as Vue.js, React, or Vanilla JavaScript.
Troubleshooting
If you experience any issues while using Nord Web Components, please head over to the Support page for more guidelines and ways to contact us.