<QuoteSlide>
coreQuotePresentation
Large pull quote with attribution and a decorative oversized quotation mark.
When to use: Stakeholder voice on a dedicated slide.
Preview
| Prop | Type | Notes |
|---|---|---|
| children | ReactNode | Required. Quoted text. |
| attribution | string | Optional. Name. |
| role | string | Optional. Role or department. |
| mark | boolean | Optional. Default: true. Show the large accent-tinted quotation glyph above the quote. |
Examples
<QuoteSlide attribution="Head of Finance" role="Finance">
We approve the same five steps five hundred times a month.
</QuoteSlide>