Default

Basic profile card with default placeholder content.

User

Full Profile

Complete profile with name, email, role, and avatar initials.

JS

Jane Smith

[email protected]

Senior Developer

With Actions

Profile card with action buttons for messaging and following.

AC

Alex Chen

[email protected]

Designer

Minimal

Name-only profile card for simple displays.

Guest User

Team Display

Multiple profile cards side by side for team pages.

JA
AK

Alice K.

[email protected]

Design Lead

Usage

<ProfileCard /><ProfileCard name="Jane Smith" email="[email protected]" role="Senior Developer" avatar="JS" /><ProfileCard name="Alex Chen" role="Designer" avatar="AC"> <Button variant="ghost">Message</Button> <Button>Follow</Button></ProfileCard>

Props

PropTypeDefaultDescription
nametext"User"Display name
emailtext-Email address (optional)
roletext-Role or title (optional)
avatartext-Avatar initials (shows icon if empty)
childrencontent-Action buttons below the profile info