Blockquote Align Items Change the alignment of the blockquote.
Important Notes: The align_items prop uses start and end values to support RTL languages. Note that the border also changes based on the alignment.
Demo

Start Item Alignment


This is a blockquote component with align_items set to start.

Center Item Alignment


This is a blockquote component with align_items set to center.

End Item Alignment


This is a blockquote component with align_items set to end.

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