SlideSpeaker
Speaker card with an avatar circle, name, and role/title. Whenavatar is omitted, a placeholder circle is shown.
Use inside SlideSpeakerGrid or SlideSpeakerList to lay out multiple speakers.
Props
The speaker’s name (displayed in uppercase)
The speaker’s role or title (displayed in uppercase, muted color)
Image URL or path for the speaker avatar. Falls back to placeholder when omitted
Additional CSS classes to apply to the speaker card
Usage
Without Avatar
SlideSpeakerGrid
Two-column responsive grid for laying outSlideSpeaker cards side by side (stacks to one column on small screens).
Props
The
SlideSpeaker components to display in a gridAdditional CSS classes to apply to the grid container
Usage
Responsive Behavior
- Small screens: Single column layout
- Medium screens and up: Two-column grid
SlideSpeakerList
Vertical stack layout forSlideSpeaker cards.
Props
The
SlideSpeaker components to display in a vertical listAdditional CSS classes to apply to the list container
Usage
Multiple Speakers in List
Grid vs List
Choose the appropriate layout component based on your needs:SlideSpeakerGrid: Use when displaying multiple speakers of equal importance (e.g., team members, panelists)SlideSpeakerList: Use when displaying a single keynote speaker or when you want a vertical stacked layout