Blockquote Size Change the font size of the quote text. Demo

Medium Size


This is a blockquote component with size set to medium.

Large Size


This is a blockquote component with size set to large.

Xlarge Size


This is a blockquote component with size set to xlarge.

Twig
{% include '@bolt-components-blockquote/blockquote.twig' with {
  content: 'This is a blockquote component.',
  size: 'large',
} only %}
HTML
Not available in plain HTML. Please use Twig.