0.0.2 • Published 10 months ago

hab-product-card v0.0.2

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

hab-Product-Card

Este es un paquete de pruebas de desliegue en NPM

Hugo Ballesteros

Ejemplo

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

10 months ago

0.0.1

10 months ago