Nav Button Position Positions the previous and next buttons to either inside or outside of the carousel container.
Important Notes: Setting the prop to outside will also slightly shrink the width of the component.
Demo
Light
Slide 1
Slide 2
Slide 3
Dark
Slide 1
Slide 2
Slide 3
Twig
{% include '@bolt-components-slideshow/slideshow.twig' with {
  content: slides,
  nav_button_position: 'outside',
} only %}
HTML
Not available in plain HTML. Please use Twig.