1.0.0-rc • Published 2 years ago

custom-product-card v1.0.0-rc

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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>
1.0.0-rc

2 years ago

0.0.1

2 years ago