--- title: Carousel menu: docs.carousel description: The Carousel is a slideshow for cycling through elements. bootstrap-link: components/carousel/ --- {% capture code %} {% include ui/carousel.html show-indicators=true show-controls=true id="carousel-sample" %} {% endcapture %} {% include example.html code=code %}