Classes list
Every class Avatar recognizes, straight from the @flickui/css source.
| Class | Purpose |
|---|---|
.avatar | Base class — required on every avatar |
.avatar-img | The photo, absolutely positioned to fill the circle/square |
.avatar-initials / .avatar-icon | Text or icon fallback content |
.avatar-status | Small presence dot in the bottom-right corner |
.avatar-ring | Adds a ring/outline around the avatar |
.is-error | Hides .avatar-img, revealing the initials/icon fallback |
.avatar-group | Wrapper class that overlaps its child avatars |
.avatar-group-spacing-tight / -loose | Adjusts overlap amount inside a group |