0.0.5 • Published 2 years ago

nahuel-product-card v0.0.5

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

product-card

este es un paquete de prueba de despligue npm

import {ProductCard, ProductImage, ProductTitle, ProductBottons} from 'nahuel-product-card'
<ProductCard
                product = {product}
                initialValue = {{
                     count:5,
                    maxCount:20
                }}>
                {
                    ({reset,increaseBy,isMaxCountReached,count}) =>(
                        < >
                        < ProductImage/>
                        < ProductTitle />
                        < ProductBottons />
                        {/* <button onClick={reset}>Reset</button> */}
                        </>
                       )
                }    
 </ProductCard>
0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago