Advertisement

Google Ad Slot: content-top

Bootstarp 5 Carousel

~1 min read · Bootstrap
On this page

The Carousel component in Bootstrap 5 allows you to create a slideshow for cycling through elements, such as images or text, with optional controls, indicators, and captions.

Basic Carousel:

A simple carousel with images.

Example
Try it yourself

Carousel with Indicators:

Add indicators for navigation.

Example
Try it yourself

Carousel with Captions:

Add captions to each slide using .carousel-caption.

Example
Try it yourself

Carousel with Custom Interval:

Set a custom time interval for each slide using data-bs-interval.

Example
Try it yourself