1.0.0-rc • Published 9 months ago

gv-product-card v1.0.0-rc

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

GV-Product-Card

Este es un paquete de prueba de despliege de NPM

Gabriel Valdivia

Ejemplo

import {ProductCard,ProductImage,ProductTitle,ProductButtons} from 'gv-product-card'
   <ProductCard
        product={product}
       
        initialValue={{
          count:6,
          //maxCount:10,
        }}

      >
        {
          ({reset,isMaxCountReached,maxCount,increaseBy,count})=>(

            <>
            <ProductImage  />
            <ProductTitle />
            <ProductButtons  />
            
            </>
          )
        }
      </ProductCard  >
    ```
1.0.0-rc

9 months ago

0.0.1

9 months ago