Accordion Icon V-Align By setting the icon_valign prop to top or center, it will vertically align the trigger and the icon accordingly. The default is center. Demo
Accordion Item Content
Accordion Item Content
Twig
{% include '@bolt-components-accordion/accordion.twig' with {
  content: items,
  icon_valign: 'top',
} only %}
HTML
Not available in plain HTML. Please use Twig.