1.0.2 • Published 2 years ago

ap-product-card v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

DO-Product-Card

Este es un paquete de pruebas de despliegue en NPM

Adrián Pérez

Ejemplo

import { ProductCard } from 'ap-product-card';
<ProductCard
  product={product}
  initialValues={{
    counter: 0,
    maxCount: 10,
  }}
>
  {({ reset, increaseBy, isMaxCountReached }) => (
    <>
      <ProductCard.Image />
      <ProductCard.Title />
      <ProductCard.Buttons />
    </>
  )}
</ProductCard>
1.0.2

2 years ago

1.0.1

2 years ago