Avatar

Basic Usage

Avatar can display an image, a text character, or an Icon. For accessibility, please provide an alt/title attribute for standalone Avatars.

AllisonAcloud
<DemoLayout>
  <Avatar>
    <img src="/images/avatar.svg" alt="Allison" />
  </Avatar>
  <Avatar>Allison</Avatar>
  <Avatar>
    <IconCloud title="cloud" />
  </Avatar>
</DemoLayout>