0.0.1 • Published 10 months ago

pastito-product-card v0.0.1

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

Pastito-Product-Card

Este es un paquete de pruebas de despliegue en NPM

Patricio Zienka Hogan

Ejemplo

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

10 months ago