0.1.1 • Published 7 months ago

luiswz-productcard v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Product Card Module

Module testing using a react component

Examples

import { ProductCard } from 'luiswz-productcard';
<ProductCard
  initialValues={{ count: 4, maxCount: 10 }}
  product={product}
>
  {({ reset, handleCount, isMaxCountReached, count, maxCount }) => (
    <>
      <ProductCard.Image />
      <ProductCard.Description />
      <ProductCard.Buttons />
    </>
  )}
</ProductCard>
0.1.1

7 months ago

0.1.0

7 months ago