1.0.0-rc • Published 2 years ago

jilse-product-card v1.0.0-rc

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

jilse-Product-Card

Estes es un paquete de pruebas de despliegues en NPM

Said Mandujano

Ejemplo

import {ProductCard} from 'jilse-product-car
<ProductCard product={product} initialValues={{count:4, maxCount:10}}>
  {
    ({count,increasyBy,isMaxCountReached,reset}) => {

      return(
        <>
          <ProductCard.Image />
          <ProductCard.Title />
          <ProductCard.Buttons />
      
        </>
    )
    }
  }
</ProductCard>