Lambda UI
v1.3.4
Stable

Avatar

Avatar component displays user profile pictures or initials in a circular format.

Playground

Experiment with all the properties of the Avatar component in real time.

Properties
name

Name of the user (used for initials).

size
Medium

Size of the avatar.

animate

Enable hover animation.

JD

Usage

JDJSBJ

With Image

Provide an image URL using the src prop.

John DoeJane SmithBob Johnson

Sizes

Avatar supports five sizes: tiny, small, medium, large, and xlarge.

JDJDJDJD

With Animation

Enable hover animation using the animate prop.

JDJane Smith

Avatar Group

Use Avatar.Group to display multiple avatars in a stacked layout.

John DoeJane SmithBob JohnsonAWCB

Group with Max

Limit the number of visible avatars using the max prop. Remaining avatars will be shown as a count.

John DoeJane SmithBob Johnson+4

Group Sizes

Avatar groups also support different sizes.

John DoeJane SmithBob JohnsonJohn DoeJane SmithBob JohnsonJohn DoeJane SmithBob Johnson

Avatar Props

Props

Prop
Default
Type
name
undefined
string
src
undefined
string
size
"medium"
"tiny" | "small" | "medium" | "large" | "xlarge"
animate
false
boolean

Avatar.Group Props

Props

Prop
Default
Type
users
undefined
{ name: string; src?: string }[]
max
5
number
size
"medium"
"tiny" | "small" | "medium" | "large" | "xlarge"
The modern React component library.
© 2026 Lambda UI. Made with in Mexico by AletzMan.