Panel Use Case Slideshow A slideshow can be used to display several Panels in a format conducive to story telling.
Important Notes: If the slideshow nav buttons are covering content, know that you can set nav button positiont to outside.
Demo
Alt text.
Alt text.
Alt text.
Alt text.
Alt text.
Alt text.
Twig
{% set slides %}
    {% include '@bolt-components-slideshow/slideshow-slide.twig' with {
      content: panel,
    } only %}
    ...
  {% endset %}

  {% include '@bolt-components-slideshow/slideshow.twig' with {
    content: slides,
    ...
  } only %}
HTML
Not available in plain HTML. Please use Twig.