https://github.com/mdbootstrap/react-product-cards
Responsive React Product Cards built with the latest Bootstrap 5. Card grid usage, eCommerce product cards, product card listing deck, card with reviews and more. https://mdbootstrap.com/docs/react/extended/product-cards
https://github.com/mdbootstrap/react-product-cards
bootstrap bootstrap-template bootstrap-theme bootstrap5 cards css html js product product-cards react
Last synced: 11 months ago
JSON representation
Responsive React Product Cards built with the latest Bootstrap 5. Card grid usage, eCommerce product cards, product card listing deck, card with reviews and more. https://mdbootstrap.com/docs/react/extended/product-cards
- Host: GitHub
- URL: https://github.com/mdbootstrap/react-product-cards
- Owner: mdbootstrap
- License: other
- Created: 2022-08-08T09:45:56.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-08T14:30:47.000Z (over 3 years ago)
- Last Synced: 2025-05-27T18:15:44.258Z (11 months ago)
- Topics: bootstrap, bootstrap-template, bootstrap-theme, bootstrap5, cards, css, html, js, product, product-cards, react
- Language: JavaScript
- Homepage:
- Size: 272 KB
- Stars: 3
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.pdf
Awesome Lists containing this project
README

# MDB React 5
Responsive React Product Cards built with the latest Bootstrap 5. Card grid usage, eCommerce product cards, product card listing deck, card with reviews and more.
Check out [React Product Cards Documentation](https://mdbootstrap.com/docs/react/extended/product-cards) for detailed instructions & even more examples.
## Basic example

```js
import React from "react";
import {
MDBContainer,
MDBRow,
MDBCol,
MDBCard,
MDBCardBody,
MDBCardImage,
MDBCardTitle,
MDBIcon,
} from "mdb-react-ui-kit";
function App() {
return (
Believing is seeing
Apple pro display XDR
Pro Display XDR
$5,999
Pro stand
$999
Vesa Mount Adapter
$199
Total
$7,197.00
);
}
export default App;
```
```css
body {
background-color: #eee;
}
```
## How to use?
1. Download MDB 5 - free REACT 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](https://www.youtube.com/MDBootstrap?sub_confirmation=1)
## More examples
### Product comparison template:
[](https://mdbootstrap.com/docs/react/extended/product-cards#section-2)
### Ecommerce category product list page:
[](https://mdbootstrap.com/docs/react/extended/product-cards#section-3)
### Ecommerce product listing:
[](https://mdbootstrap.com/docs/react/extended/product-cards#section-4)
You can find other examples [here](https://mdbootstrap.com/docs/react/extended/product-cards).
## More extended React documentation
- React Bootstrap Code
- React Bootstrap Gallery
- React Bootstrap Hamburger Menu
- React Bootstrap Jumbotron
- React Bootstrap Maps
- React Bootstrap Mega Menu
- React Bootstrap Media object
- React Bootstrap Multiselect
- React Bootstrap Masonry
- React Bootstrap Contact form
- React Bootstrap Gradients
- React Bootstrap Pagination
- React Bootstrap Panels
- React Bootstrap Social Media icons & buttons
- React Bootstrap Search
- React Bootstrap Table sort
- React Bootstrap Table responsive
- React Bootstrap Table scroll
- React Bootstrap Table search
- React Bootstrap Textarea
- React Bootstrap Sidebar
- React Bootstrap Profiles
- React Bootstrap Nested Dropdown
- React Bootstrap Address Form
- React Scroll Back to Top button