1.0.1 • Published 3 years ago

churtu-product-card v1.0.1

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

CHURTU-product-card

Este es un paquete de pruebas de despliegue NPM

Christian Urtubia

Ejemplo

import { ProductCard, ProductButtons, ProductImage, ProductTitle } from 'churtu-product-card
  <ProductCard
                initialValues={{
                    count: 4,
                    maxCount: 18
                }}
                product={product}>
                {
                    ({ 
                        reset, 
                        count, 
                        increaseBy, 
                        isMaxCountReatched, 
                        product, 
                        maxCount 
                    }) => (
                        <>
                            <ProductImage />
                            <ProductTitle />
                            <ProductButtons />
                        </>
                    )
                }
            </ProductCard>
1.0.1

3 years ago

1.0.0

3 years ago

0.0.1

3 years ago