<Quote>
sharedQuoteNarrative
Pull-quote from an interview, with attribution.
When to use: Use for high-signal, verbatim statements that capture how stakeholders actually framed a problem. One quote per finding is common.
Preview
“We do the same five-step approval on every supplier invoice. The five steps make sense. Doing them all by hand five hundred times a month does not.
”
| Prop | Type | Notes |
|---|---|---|
| attribution | string | Optional. Person's name.Example: Maria Fernandes |
| role | string | Optional. Their role and/or department.Example: Head of Finance |
| children | ReactNode | Required. The quoted text. Do not include surrounding quotation marks — the component adds them. |
Examples
<Quote attribution="Maria Fernandes" role="Head of Finance">
We do the same five-step approval on every supplier invoice. The five
steps make sense. Doing them all by hand five hundred times a month
does not.
</Quote>