Content

Avatar

Definition

Shows a user or team identity from an image, name, or fallback.

Usage

Use Avatar anywhere a person or team needs a compact visual identifier.

Attributes

  • src. Primary image URL.
  • fallbackSrc. Fallback image URL.
  • name. Name used for initials and default alt text.
  • alt. Explicit alternative text.
  • size. xsm, sm, md, lg, or xl.

Example

xml
<Avatar src="$user.avatarUrl" name="$user.name" alt="$user.name" size="lg" />