<TeamMember>
One team member tile with avatar, name, role, department, and optional affiliation badge.
When to use: Always inside `<TeamGrid>`. Use for delivery teams, workshop squads, or mixed client/Lunnoa rosters (up to six per grid).
Often with: TeamGridPersonCard
Preview
Maria Fernandes
Head of Finance
Finance
Client
| Prop | Type | Notes |
|---|---|---|
| name | string | Required. Full name.Example: Maria Fernandes |
| role | string | Optional. Job title.Example: Head of Finance |
| department | string | Optional. Team or department.Example: Finance |
| avatarUrl | string | Optional. Optional headshot URL. |
| initials | string | Optional. Avatar fallback when no image; defaults to initials from name.Example: MF |
| affiliation | "Client" | "Lunnoa" | "Partner" | Optional. Optional org badge for mixed teams.Values: Client, Lunnoa, PartnerExample: Client |
Examples
<TeamMember name="Maria Fernandes" role="Head of Finance" department="Finance" affiliation="Client" initials="MF" />