Avatar
Preview
Initials
AB
CD
EF
Sizes
S
M
L
Usage
tsx
import { Avatar } from "@semajsx/ui/components/avatar";
// With image
<Avatar src="/photo.jpg" alt="John Doe" />
// With initials fallback
<Avatar initials="JD" />
<Avatar initials="AB" size="lg" />Props
| Prop | Type | Default | Description |
|---|---|---|---|
src | string | — | Image source URL |
alt | string | — | Alt text for the image |
initials | string | — | Initials fallback when no image |
size | "sm" | "md" | "lg" | "md" | Size preset (32px / 40px / 48px) |