Profile Card
Cards & Layout
User profile card with avatar, name, role, bio, and social links with staggered entrance animation.
Loading preview...
Customize
Name
Role
Bio
Avatar URL
Props
| Prop | Type | Default | Description |
|---|---|---|---|
avatar | string | — | URL for the avatar image. |
name | string | — | User display name. |
role | string | undefined | User role or job title. |
bio | string | undefined | Short bio or description text. |
socials | { icon: ReactNode; href: string }[] | undefined | Array of social link objects with icon and href. |
className | string | '' | Additional CSS classes. |