ContentAttributedQuote
Use ContentAttributedQuote for an authorized personal perspective. Required props are author, role, avatar, and non-empty avatarAlt; verify the quotation and permission before publication. Use a Markdown blockquote when a portrait adds no value.
Parameters
| Parameter | Required | Default | Description |
|---|---|---|---|
author | Yes | None | Quoted person’s name. |
role | Yes | None | Quoted person’s role. |
avatar | Yes | None | Published avatar source. |
avatarAlt | Yes | None | Avatar alternative text. |
Example
<ContentAttributedQuote
author="GoVisit content team"
role="Editorial team"
avatar="/images/brand/ai-business-profile-govisit-default.svg"
avatarAlt="GoVisit AI Business Profile mark"
>
<p>
This illustrative quotation shows how an authorized operator perspective can be attributed.
</p>
</ContentAttributedQuote>
This illustrative quotation shows how an authorized operator perspective can be attributed.