0.0.2 • Published 2 years ago

ajy7-product-card v0.0.2

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

2 years ago

0.0.1

2 years ago