1.0.0-rc • Published 2 years ago
custom-product-card v1.0.0-rc
Custom-Product-Card
This is a testing deploy package to NPM
Example:
<ProductCard
key={`product_card_${index}`}
className="bg-dark text-white"
onChange={changeCountProductHandler}
product={product}
value={shoppingCart[product.id]?.count || 0} >
<ProductCard.Image className="custom-image" />
<ProductCard.Title className="text-bold" />
<ProductCard.Buttons className="custom-buttons" />
</ProductCard>