pullquote
Styled blockquote with an accent left border and optional attribution. Use it to highlight key quotes or testimonials within body content.
Basic
Design is not just what it looks like and feels like. Design is how it works.
pullquote({
quote: 'Design is not just what it looks like and feels like. Design is how it works.',
cite: 'Steve Jobs, co-founder of Apple',
})Large
Simplicity is the ultimate sophistication.
pullquote({
quote: 'Simplicity is the ultimate sophistication.',
cite: 'Leonardo da Vinci',
size: 'lg',
})Without attribution
Good design makes a product understandable.
pullquote({
quote: 'Good design makes a product understandable.',
})| Prop | Type | Default | |
|---|---|---|---|
quote | string | — | The quote text — escaped automatically |
cite | string | — | Attribution text — rendered in a <figcaption> |
size | md | lg | md | Controls the font size of the quote text |
class | string | — |