0.0.2 • Published 1 year ago

rct-product-card v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Rct-product-card

Testing package deployment to Npm

Alexson Coelho

Example

<ProductCard
  product={product}
  initialValues={{
    count: 6,
    maxCount: 10,
  }}
>
  {({ reset, count, isMaxCountReached, maxCount, increaseBy }) => (
    <>
      <ProductImage />
      <ProductTitle />
      <ProductButtons />
    </>
  )}
</ProductCard>
0.0.2

1 year ago

0.0.1

1 year ago