Basic Banner A slim container used to call attention to a short message. Demo
This is a banner component.
Twig
{% include '@bolt-components-banner/banner.twig' with {
  content: 'This is a banner component.'
} only %}
HTML
Not available in plain HTML. Please use Twig.