Profile Avatar Card
A production-scale, light + dark Profile Avatar Card component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add profile-avatar-cardUsage
import { ProfileAvatarCard } from "@lerpa/ui";
<ProfileAvatarCard />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| name | string | — | |
| role | string | — | |
| bio | string | — | |
| initials | string | — | |
| status | "online" | "busy" | "away" | "offline" | — | |
| socials | ProfileSocial[] | — | |
| accent | string | — | |
| onMessage | () => void | — | |
| onFollow | () => void | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.