Blockquote

Quoted passage with optional attribution footer

Category: display · WCAG 2.2-AA · typography, quote, blockquote, citation

Props

PropTypeDefaultDescription
citestringundefinedURL of the quote’s source (sets the HTML cite attribute).

Design tokens

When to use

When not to use

How to build an accessible Blockquote in React →

Examples

Default

<Blockquote>Less, but better.</Blockquote>

With attribution

Attribution renders as <footer><cite>

<Blockquote cite="Dieter Rams">Less, but better.</Blockquote>

Related components

← Back to docs