Banner Align A simple text alignment property.
Important Notes: The align prop uses start and end values to support RTL languages.
Demo
This is a banner component.
This is a banner component.
This is a banner component.
Twig
{% include '@bolt-components-banner/banner.twig' with {
  content: 'This is a banner component.'
  align: 'start'
} only %}
HTML
Not available in plain HTML. Please use Twig.