Components
Avatar
An avatar component displaying a user's profile picture or initials. It supports different sizes and can be customized with a color. It also supports showing a green dot to indicate the user is online.

Installation
Usage
Props
Prop | Type | Default |
---|---|---|
source? | any | - |
fallbackInitials? | string | - |
fallbackColor? | AvatarColor | AvatarColor[0] |
showOnlineIndicator? | boolean | false |
size? | "small" | "medium" | "large" | 'medium' |
alt? | string | - |