Patterns · People
User profile card displaying avatar, name, role, and optional actions.
import { UserCard } from '@nexub/patterns';| Prop | Type | Default | Required | Description |
|---|---|---|---|---|
| name | string | — | ✓ | User display name. |
| string | — | — | User email address. | |
| role | string | — | — | Job title or role label. |
| avatar | string | — | — | URL for avatar image. |
| actions | React.ReactNode | — | — | Action buttons or menu. |