GithubHelp home page GithubHelp logo

novaprime-code / bootstrap-product-cards Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mdbootstrap/bootstrap-product-cards

0.0 0.0 0.0 977 KB

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

Home Page: https://mdbootstrap.com/docs/standard/extended/product-cards/

License: Other

JavaScript 43.96% HTML 12.91% SCSS 43.13%

bootstrap-product-cards's Introduction

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

bootstrap-product-cards's People

Contributors

bwsky-a avatar marveluck avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.