Skip to content

mdbootstrap/bootstrap-product-cards

Repository files navigation

Responsive Product Cards built with the latest Bootstrap 5. Lots of examples of different designs for eCommerce components.

Check out Bootstrap Product Cards Documentation for detailed instructions & even more examples.

Basic example

Bootstrap 5 Product Cards

<section style="background-color: #eee;">
  <div class="container py-5">
    <div class="row justify-content-center">
      <div class="col-md-8 col-lg-6 col-xl-4">
        <div class="card text-black">
          <i class="fab fa-apple fa-lg pt-3 pb-1 px-3"></i>
          <img
            src="https://mdbcdn.b-cdn.net/img/Photos/Horizontal/E-commerce/Products/3.webp"
            class="card-img-top"
            alt="Apple Computer"
          />
          <div class="card-body">
            <div class="text-center">
              <h5 class="card-title">Believing is seeing</h5>
              <p class="text-muted mb-4">Apple pro display XDR</p>
            </div>
            <div>
              <div class="d-flex justify-content-between">
                <span>Pro Display XDR</span><span>$5,999</span>
              </div>
              <div class="d-flex justify-content-between">
                <span>Pro stand</span><span>$999</span>
              </div>
              <div class="d-flex justify-content-between">
                <span>Vesa Mount Adapter</span><span>$199</span>
              </div>
            </div>
            <div class="d-flex justify-content-between total font-weight-bold mt-4">
              <span>Total</span><span>$7,197.00</span>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
</section>

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

Bootstrap Product comparison template: Bootstrap 5 Product Cards

Bootstrap Ecommerce category product list page: Bootstrap 5 Product Cards

Bootstrap Ecommerce product listing: Bootstrap 5 Product Cards

Bootstrap Quick buy product card: Bootstrap 5 Product Cards

Bootstrap Bestsellers listing: Bootstrap 5 Product Cards

Bootstrap Product cards listing: Bootstrap 5 Product Cards


More extended Bootstrap documentation