1.0.0-rc • Published 10 months ago

jc-product-card-react-ts v1.0.0-rc

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

JC-Product-Card

Este es un paquete de pruebas de despliegue en NPM

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

Jonathan Clavijo

Ejemplo