Back to Avatar
View full API on Avatar
Avatar
Profile row
Avatar beside name and email.
GH
Grace Hopper
grace@example.com
API
| Prop | Type | Default | Description |
|---|---|---|---|
| name* | string | — | Person's name — drives auto initials and default image alt text. |
| src | string | — | Profile image URL. When missing or broken, initials or children are shown. |
| alt | string | — | Image alt text. Defaults to `name`. |
| className | string | — | Size and shape overrides via Tailwind (default `size-10`). |
| children | ReactNode | — | Optional fallback override when the image is unavailable. |