0.0.1 • Published 12 months ago

mati-molina-product-card v0.0.1

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

MM-Product-Card

Paquete de pruebas de despliegue en NPM

Matias Molina

Ejemplo

import { ProductCard, ProductImage, ProductTitle, ProductButtons } from 'do-product-card'
<ProductCard
  product={product}
  initialValues={{
    count: 4,
    maxCount: 10
  }}
>
  {({ reset, increaseBy, count, isMaxCountReached }) => (
    <>
      <ProductImage />
      <ProductTitle />
      <ProductButtons />
    </>
  )}
</ProductCard>
0.0.1

12 months ago