Component library

Showing 1 component in the shared kit with role quote.

Narrative

  • <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.

    Maria Fernandes, Head of Finance
    PropTypeNotes
    attributionstringOptional. Person's name.Example: Maria Fernandes
    rolestringOptional. Their role and/or department.Example: Head of Finance
    childrenReactNodeRequired. 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>