1.0.0-rc • Published 10 months ago

jes-product v1.0.0-rc

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

Jes-Product

Este es un paquete de prueba en npm

Jesus Ramirez

Ejemplo

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

10 months ago

0.1.0

10 months ago