Avatar
View in FigmaDisplays a user's profile image, initials fallback, or a generic user icon.
Media & VisualsImport
import { Avatar } from "@/components/ui"API
| Prop | Type | Default | Description |
|---|---|---|---|
| size | "sm" | "md" | "lg" | "xl" | "md" | Avatar dimensions. |
| src | string | — | Image URL. |
| alt | string | — | Accessible alt text for the image. |
| name | string | — | Full name for initials fallback. |