Avatar

The Avatar component displays a user's profile picture or initials in a circular or square format. It helps create a personalized and recognizable interface element, representing users visually across different parts of the application.

Avatar

color

any

getInitials

(name: string) => string

name
Required

string

shape

"circle" | "square"

size

"sm" | "md" | "lg" | "xl" | "xxl"

src

string