Bootstrap 5 UI Tutorial

Build fast, responsive sites with Bootstrap 5

BS5 Carousel

Bootstrap 5 Carousel

The Carousel is a slideshow for cycling through elements, like a carousel of images.

How To Create a Carousel

  • Wrap the carousel in a .carousel and .slide.
  • Add data-bs-ride="carousel" to make it animate automatically.
  • Indicators are the little dots at the bottom of each slide (which indicates how many slides there are).
  • The .carousel-inner class adds the slides.

Try It Yourself

Edit the code below and click Run to see the result live.

Source Code
Result
Topics