0.0.2 • Published 12 months ago

ajy7-product-card v0.0.2

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

AJY7-Product-Card

Este es un paquete de pruebas de despliegue en NPM

Axel Jiménez

Ejemplo

import {ProductCard, ProductImage, ProductTitle, ProductButtons} from 'ajy7-product-card';
<ProductCard
        product={product}
        initialValues={{ count: 6, maxCount: 10 }}
      >
        {({ reset, count, increaseBy, isMaxCountReached, maxCount }) => (
          <>
            <ProductImage />
            <ProductTitle />
            <ProductButtons />
          </>
        )}
</ProductCard>
0.0.2

12 months ago

0.0.1

12 months ago