0.0.2 • Published 2 years ago

idmg-product-cart v0.0.2

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

#imgd-product-card

This is a package's test of deploy to NPM

Ifrain David Medina García

Example

import { ProductCard, ProductImage, ProductTitle, ProductButtons } from "prodcut"
<ProductCard
  product={product}
  initialValues={{
  count: 0,
  maxCount: 10
  }}
  >
  {({ reset, increaseBy, count, isMaxCountReached, maxCount }) => (
    <>
      <ProductImage />
      <ProductTitle />
      <ProductButtons />
    </>
  )}
</ProductCard>
  
0.0.2

2 years ago

0.0.1

2 years ago