1.0.0-rc • Published 2 years ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

0.1.0

2 years ago