ProfileCard
Compact user profile display with avatar, name, email, role, and optional action buttons.
Default
Basic profile card with default placeholder content.
User
Full Profile
Complete profile with name, email, role, and avatar initials.
With Actions
Profile card with action buttons for messaging and following.
AC
Minimal
Name-only profile card for simple displays.
Guest User
Team Display
Multiple profile cards side by side for team pages.
Usage
Props
| Prop | Type | Default | Description |
|---|---|---|---|
name | text | "User" | Display name |
email | text | - | Email address (optional) |
role | text | - | Role or title (optional) |
avatar | text | - | Avatar initials (shows icon if empty) |
children | content | - | Action buttons below the profile info |