{"id":26415615,"url":"https://github.com/mdbootstrap/bootstrap-product-cards","last_synced_at":"2025-06-24T04:36:12.185Z","repository":{"id":37525623,"uuid":"395548836","full_name":"mdbootstrap/bootstrap-product-cards","owner":"mdbootstrap","description":"Responsive Product Cards built with the latest Bootstrap 5. Lots of examples of different designs for eCommerce components.","archived":false,"fork":false,"pushed_at":"2022-01-27T13:05:59.000Z","size":977,"stargazers_count":5,"open_issues_count":0,"forks_count":5,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-05-23T23:09:25.807Z","etag":null,"topics":["bestseller-listing","bootstrap","bootstrap-cards","bootstrap-template","bootstrap5","cards","comparison","ecommerce","product-cards","responsive","responsive-design"],"latest_commit_sha":null,"homepage":"https://mdbootstrap.com/docs/standard/extended/product-cards/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mdbootstrap.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"License.pdf","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-08-13T06:52:56.000Z","updated_at":"2024-05-14T11:17:36.000Z","dependencies_parsed_at":"2022-09-06T13:13:13.698Z","dependency_job_id":null,"html_url":"https://github.com/mdbootstrap/bootstrap-product-cards","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/mdbootstrap/bootstrap-product-cards","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdbootstrap%2Fbootstrap-product-cards","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdbootstrap%2Fbootstrap-product-cards/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdbootstrap%2Fbootstrap-product-cards/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdbootstrap%2Fbootstrap-product-cards/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mdbootstrap","download_url":"https://codeload.github.com/mdbootstrap/bootstrap-product-cards/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdbootstrap%2Fbootstrap-product-cards/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261605227,"owners_count":23183784,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bestseller-listing","bootstrap","bootstrap-cards","bootstrap-template","bootstrap5","cards","comparison","ecommerce","product-cards","responsive","responsive-design"],"created_at":"2025-03-18T00:53:59.154Z","updated_at":"2025-06-24T04:36:12.154Z","avatar_url":"https://github.com/mdbootstrap.png","language":"JavaScript","readme":"\nResponsive Product Cards built with the latest Bootstrap 5. Lots of examples of different designs for eCommerce components.\n\nCheck out [Bootstrap Product Cards Documentation](https://mdbootstrap.com/docs/standard/extended/product-cards/) for detailed instructions \u0026 even more examples.\n\n## Basic example\n\n![Bootstrap 5 Product Cards](https://mdbootstrap.com/img/Marketing/github/product-cards/basic.png)\n\n```html\n\u003csection style=\"background-color: #eee;\"\u003e\n  \u003cdiv class=\"container py-5\"\u003e\n    \u003cdiv class=\"row justify-content-center\"\u003e\n      \u003cdiv class=\"col-md-8 col-lg-6 col-xl-4\"\u003e\n        \u003cdiv class=\"card text-black\"\u003e\n          \u003ci class=\"fab fa-apple fa-lg pt-3 pb-1 px-3\"\u003e\u003c/i\u003e\n          \u003cimg\n            src=\"https://mdbcdn.b-cdn.net/img/Photos/Horizontal/E-commerce/Products/3.webp\"\n            class=\"card-img-top\"\n            alt=\"Apple Computer\"\n          /\u003e\n          \u003cdiv class=\"card-body\"\u003e\n            \u003cdiv class=\"text-center\"\u003e\n              \u003ch5 class=\"card-title\"\u003eBelieving is seeing\u003c/h5\u003e\n              \u003cp class=\"text-muted mb-4\"\u003eApple pro display XDR\u003c/p\u003e\n            \u003c/div\u003e\n            \u003cdiv\u003e\n              \u003cdiv class=\"d-flex justify-content-between\"\u003e\n                \u003cspan\u003ePro Display XDR\u003c/span\u003e\u003cspan\u003e$5,999\u003c/span\u003e\n              \u003c/div\u003e\n              \u003cdiv class=\"d-flex justify-content-between\"\u003e\n                \u003cspan\u003ePro stand\u003c/span\u003e\u003cspan\u003e$999\u003c/span\u003e\n              \u003c/div\u003e\n              \u003cdiv class=\"d-flex justify-content-between\"\u003e\n                \u003cspan\u003eVesa Mount Adapter\u003c/span\u003e\u003cspan\u003e$199\u003c/span\u003e\n              \u003c/div\u003e\n            \u003c/div\u003e\n            \u003cdiv class=\"d-flex justify-content-between total font-weight-bold mt-4\"\u003e\n              \u003cspan\u003eTotal\u003c/span\u003e\u003cspan\u003e$7,197.00\u003c/span\u003e\n            \u003c/div\u003e\n          \u003c/div\u003e\n        \u003c/div\u003e\n      \u003c/div\u003e\n    \u003c/div\u003e\n  \u003c/div\u003e\n\u003c/section\u003e\n```\n\n## How to use?\n\n1. Download MDB 5 - free UI KIT\n\n2. Choose your favourite customized component and click on the image\n\n3. Copy \u0026 paste the code into your MDB project\n\n[▶️ Subscribe to YouTube channel for web development tutorials \u0026 resources](https://www.youtube.com/MDBootstrap?sub_confirmation=1)\n\n## More examples\n\n[Bootstrap Product comparison template:\n![Bootstrap 5 Product Cards](https://mdbootstrap.com/img/Marketing/github/product-cards/section-2.png)](https://mdbootstrap.com/docs/standard/extended/product-cards/#section-2)\n\n[Bootstrap Ecommerce category product list page:\n![Bootstrap 5 Product Cards](https://mdbootstrap.com/img/Marketing/github/product-cards/section-3.png)](https://mdbootstrap.com/docs/standard/extended/product-cards/#section-3)\n\n[Bootstrap Ecommerce product listing:\n![Bootstrap 5 Product Cards](https://mdbootstrap.com/img/Marketing/github/product-cards/section-4.png)](https://mdbootstrap.com/docs/standard/extended/product-cards/#section-4)\n\n[Bootstrap Quick buy product card:\n![Bootstrap 5 Product Cards](https://mdbootstrap.com/img/Marketing/github/product-cards/section-5.png)](https://mdbootstrap.com/docs/standard/extended/product-cards/#section-5)\n\n[Bootstrap Bestsellers listing:\n![Bootstrap 5 Product Cards](https://mdbootstrap.com/img/Marketing/github/product-cards/section-6.png)](https://mdbootstrap.com/docs/standard/extended/product-cards/#section-6)\n\n[Bootstrap Product cards listing:\n![Bootstrap 5 Product Cards](https://mdbootstrap.com/img/Marketing/github/product-cards/section-7.png)](https://mdbootstrap.com/docs/standard/extended/product-cards/#section-7)\n\n___\n\n## More extended Bootstrap documentation\n\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/bootstrap-address-form/\"\u003eBootstrap Address Form\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/avatar/\"\u003eBootstrap Avatar\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/back-to-top/\"\u003eBootstrap Back To Top Button\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/carousel-with-thumbnails/\"\u003eBootstrap Carousel Slider with Thumbnails\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/chat/\"\u003eBootstrap Chat\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/code/\"\u003eBootstrap Code Blocks\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/comments/\"\u003eBootstrap Comments\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/bootstrap-comparison-table/\"\u003eBootstrap Comparison Table\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/credit-card/\"\u003eBootstrap Credit Card Form\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/drawer/\"\u003eBootstrap Drawer\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/dropdown-multilevel/\"\u003eBootstrap Nested Dropdown\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/faq/\"\u003eBootstrap FAQ component / section\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/gallery/\"\u003eBootstrap Gallery\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/hamburger-menu/\"\u003eBootstrap Hamburger Menu\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/bootstrap-invoice/\"\u003eBootstrap Invoice\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/jumbotron/\"\u003eBootstrap Jumbotron\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/login/\"\u003eBootstrap Login Form\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/maps/\"\u003eBootstrap Maps\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/media-object/\"\u003eBootstrap Media Object\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/mega-menu/\"\u003eBootstrap Mega Menu\u003c/a\u003e\u003c/li\u003e \n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/multiselect/\"\u003eBootstrap Multiselect\u003c/a\u003e\u003c/li\u003e \n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/news-feed/\"\u003eBootstrap News Feed\u003c/a\u003e\u003c/li\u003e \n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/offcanvas/\"\u003eBootstrap Offcanvas\u003c/a\u003e\u003c/li\u003e \n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/order-details/\"\u003eBootstrap Order Details\u003c/a\u003e\u003c/li\u003e \n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/page-transitions/\"\u003eBootstrap Page Transitions\u003c/a\u003e\u003c/li\u003e \n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/payment-forms/\"\u003eBootstrap Payment Forms\u003c/a\u003e\u003c/li\u003e \n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/product-cards/\"\u003eBootstrap Product Cards\u003c/a\u003e\u003c/li\u003e \n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/profiles/\"\u003eBootstrap Profiles\u003c/a\u003e\u003c/li\u003e  \n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/quotes/\"\u003eBootstrap Quotes\u003c/a\u003e\u003c/li\u003e \n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/registration/\"\u003eBootstrap Registration Form\u003c/a\u003e\u003c/li\u003e \n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/search-expanding/\"\u003eBootstrap Expanding Search Bar\u003c/a\u003e\u003c/li\u003e \n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/shopping-carts/\"\u003eBootstrap Shopping Carts\u003c/a\u003e\u003c/li\u003e \n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/side-navbar/\"\u003eBootstrap Side Navbar\u003c/a\u003e\u003c/li\u003e  \n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/sidebar/\"\u003eBootstrap Sidebar\u003c/a\u003e\u003c/li\u003e  \n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/social-media/\"\u003eBootstrap Social Media Icons \u0026 Buttons\u003c/a\u003e\u003c/li\u003e  \n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/square-buttons/\"\u003eBootstrap Square Buttons\u003c/a\u003e\u003c/li\u003e  \n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/bootstrap-survey-form/\"\u003eBootstrap Survey Form\u003c/a\u003e\u003c/li\u003e  \n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/testimonial-slider/\"\u003eBootstrap Testimonial Slider\u003c/a\u003e\u003c/li\u003e  \n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/testimonials/\"\u003eBootstrap Testimonials\u003c/a\u003e\u003c/li\u003e  \n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/textarea/\"\u003eBootstrap Textarea\u003c/a\u003e\u003c/li\u003e  \n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/timeline/\"\u003eBootstrap Timeline\u003c/a\u003e\u003c/li\u003e  \n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/to-do-list/\"\u003eBootstrap To Do List\u003c/a\u003e\u003c/li\u003e  \n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/video-carousel/\"\u003eBootstrap Video Carousel / Gallery\u003c/a\u003e\u003c/li\u003e  \n\u003cli\u003e\u003ca href=\"https://mdbootstrap.com/docs/standard/extended/weather/\"\u003eBootstrap Weather\u003c/a\u003e\u003c/li\u003e  \n\u003c/ul\u003e\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdbootstrap%2Fbootstrap-product-cards","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmdbootstrap%2Fbootstrap-product-cards","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdbootstrap%2Fbootstrap-product-cards/lists"}