Sections
Team Section
Showcase your team members.
The Team component allows you to display your team members in a responsive grid.
Usage
{/* TeamSection demo (component not bundled) */}
Example
Props
TeamSection
| Prop | Type | Default | Description |
|---|---|---|---|
title | string | undefined | Optional heading for the section. |
description | string | undefined | Optional subtext for the section. |
TeamMember
| Prop | Type | Default | Description |
|---|---|---|---|
name | string | Required | The name of the team member. |
role | string | Required | The job title or role. |
image | string | Required | URL of the profile picture. |