Feedback
Avatar
A user avatar that falls back to initials on missing or broken image URLs, with an optional presence dot.
AvatarPreview
Usage
tsx
import { Avatar } from "@vesture/react";
<Avatar src="/avatars/jane.png" name="Jane Doe" size="lg" status="online" />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| src | string | — | Image URL. |
| name | string | — | Used for initials fallback and alt text. |
| size | "sm" | "md" | "lg" | "md" | Dimensions. |
| status | "online" | "away" | "busy" | "offline" | — | Renders a status dot when set. |