1.0.3 • Published 2 years ago

@mdbootstrap/bootstrap-slideshow v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Responsive Slideshow built with Bootstrap 5. Examples of adding controls, slideshow buttons: square and rounded, dark variant, automatic slide and more.

Check out Bootstrap Slideshow Documentation for detailed instructions & even more examples

Basic example

Bootstrap 5 Slideshow

 <div id="carouselExampleSlidesOnly" class="carousel slide" data-mdb-ride="carousel">
  <div class="carousel-inner">
    <div class="carousel-item active">
      <img src="https://mdbcdn.b-cdn.net/img/new/slides/041.webp" class="d-block w-100"
        alt="Wild Landscape" />
    </div>
    <div class="carousel-item">
      <img src="https://mdbcdn.b-cdn.net/img/new/slides/042.webp" class="d-block w-100" alt="Camera" />
    </div>
    <div class="carousel-item">
      <img src="https://mdbcdn.b-cdn.net/img/new/slides/043.webp" class="d-block w-100"
        alt="Exotic Fruits" />
    </div>
  </div>
 </div>

How to use?

  1. Download MDB 5 - free UI KIT

  2. Choose your favourite customized component and click on the image

  3. Copy & paste the code into your MDB project

▶️ Subscribe to YouTube channel for web development tutorials & resources

More examples

Adding controls: Bootstrap 5 Slideshow Slideshow buttons: Bootstrap 5 Slideshow Square buttons: Bootstrap 5 Slideshow Rounded buttons: Bootstrap 5 Slideshow With text: Bootstrap 5 Slideshow Dark variant: Bootstrap 5 Slideshow Automatic Slide: Bootstrap 5 Slideshow

You can find other examples here.

More extended Bootstrap documentation