ProfileCard
patternUser profile card composed from Card, Avatar, Text (display font), Chip, Row, Stack, Divider, and Button. Features a stat row with 2xl display numbers, borderless clickable chips for tags, and action buttons. Compact collapsible variant uses a filled Card with Collapsible.
Profile card
Full profile with avatar, stats, tags, and actions.
Compact collapsible variant
Filled card with collapsible bio and stats.
Usage
Installation
API Reference
ProfileCard props — * required
| Prop | Type | Default | Description |
|---|---|---|---|
Card variant | "ghost" | "outline" | "filled" | "elevated" | "combo" | "elevated" | Elevation level of the outer card. |
Avatar src | string | — | Profile image URL. |
Avatar size | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "xl" | Avatar dimensions. |
Text family | "base" | "mono" | "display" | "base" | Use display for the name heading. |
Chip borderless | boolean | false | Removes border for a softer tag appearance. |