npm.io
1.0.0-rc • Published 4 years ago

gj-product-card02

Licence
MIT
Version
1.0.0-rc
Deps
0
Size
150 kB
Vulns
0
Weekly
0

GJ-Product-Card

Este es un paquete de pruebas de despliegue a NPM

Gonzalo Jerez

Ejemplo

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

Keywords