Avatar ​
Stable
Shows a user's profile image, or their initials when no image is available.
Examples ​
Shapes ​
With image ​
With name or initials ​
When no image is available, specify either the name or initials prop to show user initials. If you specify both, the component uses initials for the characters and name for the tooltip text.
With badge ​
API ​
Pass-through ​
- Always be
tagif specified - Else, if
tois specified:<RouterLink> - Else, if
hrefis specified:<a> - Otherwise,
<div>
What does this mean?
All props, events, and attrs that are not specified in the tables below will be passed to the element/component described above.