0.0.2 • Published 1 year ago

cdb-product-card v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

CDB-Product-Card

Este es un paquete de pruebas de despliegue en NPM

Cristian Basualdo

Ejemplo

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

1 year ago

0.0.1

1 year ago