A card component to showcase product details, including images, title, rating, reviews, and price.
Stylish Sneakers
★★★★☆
4.5(124 Reviews)$59.99
Dependencies
react-icons
Installation
npm install react-icons
Props
Name | Type | Default | Description |
---|---|---|---|
images | string[] | [] | An array of image URLs for the product. |
title | string | undefined | The title or name of the product. |
rating | number | 0 | The product’s rating on a scale of 0 to 5. |
reviews | number | 0 | The number of reviews the product has received. |
price | number | 0 | The price of the product in USD. |