Docs
Components
Dark
Light
System
Displays a user's profile image with customizable size, border, and loading state.
Use the size prop change the Avatar size
size
With the isLoading prop you can display a Skeleton
isLoading
User the border prop add border to the componenet
border
Type:
"sm" | "md" | "lg" | "xl"
Specifies the size of the avatar.
Default:
boolean
Determines whether the avatar has a border.
Indicates whether the avatar is in a loading state.