ProfileCard
Person card with avatar, bio, and action buttons.
Example
Alex Chen
Software Engineer
Building design systems that scale.
Props
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
name | string | — | Required | Person's name |
bio | string | — | No | Short biography |
avatarSrc | string | — | No | Avatar image URL |
initials | string | — | No | Fallback initials |
title | string | — | No | Role or title |
primaryAction | string | — | No | Primary button label |
onPrimaryAction | () => void | — | No | Primary action handler |
secondaryAction | string | — | No | Secondary button label |
onSecondaryAction | () => void | — | No | Secondary action handler |
elevation | 0 | 1 | 2 | 3 | — | No | Surface elevation |