GitHub

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.

Steve Jobs, co-founder of Apple
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.

Leonardo da Vinci
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.',
})
PropTypeDefault
quotestringThe quote text — escaped automatically
citestringAttribution text — rendered in a <figcaption>
sizemd | lgmdControls the font size of the quote text
classstring