<PersonCard>
Contributor attribution card.
When to use: Use in contributor or participant sections to credit interviewees, sponsors, and reviewers.
Preview
| Prop | Type | Notes |
|---|---|---|
| name | string | Required. Person's full name.Example: Maria Fernandes |
| role | string | Optional. Job title.Example: Head of Finance |
| department | string | Optional. Team or department.Example: Finance |
| contributedAs | "Interviewee" | "Participant" | "Sponsor" | "Reviewer" | Optional. How the person contributed to the report.Values: Interviewee, Participant, Sponsor, ReviewerExample: Interviewee |
Examples
<PersonCard name="Maria Fernandes" role="Head of Finance" department="Finance" contributedAs="Interviewee" />