{% set title = 'Carousel' %} {% set filename = 'component-carousel.html' %} {% extends 'layouts/master.html' %} {% block content %}

Carousel

A slideshow component for cycling through elements—images or slides of text—like a carousel.

Slides only

A carousel without slide control

With Captions

A carousel with captions over the top

With controls

A carousel with previous and next control

Crossfade Transition

A carousel crossfade transition

{% endblock %}