1.0.0-rc • Published 2 years ago

ma-product-card-lop v1.0.0-rc

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Ma-Product-Card-Lo

Este es un ejemplo de despliegue de NPM.

Markuz Lopez

#Ejemplo

import { ProductCard, ProductImage, ProductTitle, ProductButtons } from 'do-product-card';
 <ProductCard
    product={product[0]}                
    initialValue={{
            count: 4,
            maxCount: 10
    }}
    >
    {
        ({reset, increaseBy, count, isMaxCountReached, maxCount}) => (
            <>
                <ProductImage  />
                <ProductTitle title={'Café'}  />
                <ProductButtons  />                                                
            </>
            )
    }            
</ProductCard>
1.0.0-rc

2 years ago

0.0.1

2 years ago