1.0.0-rc • Published 7 months ago

product-card-react-patterns v1.0.0-rc

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

Product Card

Ejemplo de uso

import {
  ProductCard
  ProductImage,
  ProductTitle,
  ProductButtons
} from 'product-card-react-patterns'
  <ProductCard
    product={product}
    initialValues={{
      count: 7,
      maxCount: 10,
    }}
  >
  {({ reset, count, increaseBy, isMaxCountReached, maxCount }) => (
    <>
      <ProductCard.Image />
      <ProductCard.Title />
      <ProductCard.Buttons />
    </>
  )}
  </ProductCard>
1.0.0-rc

7 months ago

0.1.0

7 months ago