Avatar

The Avatar component is typically used to display images, icons, or initials representing people or other entities.

2xl
xl
lg
md
sm
xs

image

label

JD
JD
JD
JD
JD
JD

Code

<div
  class="backoffice-avatar backoffice-avatar-md"
  style="background-image:url(URL)"
></div>

-- or using label --

<div class="backoffice-avatar backoffice-avatar-md">
  <span>JD</span>
</div>
Class nametype
backoffice-avatarcomponentContainer element
backoffice-avatar-xsmodifierAdds xs size
backoffice-avatar-smmodifierAdds sm size
backoffice-avatar-mdmodifierAdds md size
backoffice-avatar-lgmodifierAdds lg size
backoffice-avatar-xlmodifierAdds xl size
backoffice-avatar-2xlmodifierAdds 2xl size

Was this page helpful?