Blockquote Border Change the position of the border.
Important Notes: Note that the horizontal border is on top and bottom of the quote.
Demo

Vertical Border Option


This is a blockquote component with border set to vertical.

Horizontal Border Option


This is a blockquote component with border set to horizontal.

None Border Option


This is a blockquote component with border set to none.

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