drj-product-card

``` <ProductCard key={product.id} product={product} initialValue={{ count: 4, maxCount: 10 }} > { ({ reset, increaseBy, counter, isMaxCountReached }) => ( <> <ProductImage /> <

Browse on unpkg