1.0.0-rc • Published 2 years ago

product-card-arianjs v1.0.0-rc

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

Product-Card-ArianJs

Este es un paquete de pruebas de despliegue en NPM

Arian Angoma Vilchez

Ejemplo

import {ProductButtons, ProductImage, ProductTitle, ProductCard} from 'product-card-arianjs'
<ProductCard product={product} initialValues={{ count: 5, maxCount: 15 }}>

    {
        ({reset, increaseBy, isMaxCountReached, count, maxCount}) => (
            <>
                <ProductImage/>
                <ProductTitle/>
                <ProductButtons/>
            </>
        )
    }

</ProductCard>