1.0.0-rc • Published 2 years ago

bfpd-product-card v1.0.0-rc

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

#BFPP-Product-Card

Este es un paquete de pruebas de despliegue en NPM

###BYRON PAGUAY

import {} from 'bfpd-product-card';
##Ejemplo
 <ProductCard product={product} initialValues={{ count: 6 }}>
        {({
          reset,
          count,
          increaseBy,
          isMaxCountReached,
          maxCount,
          product,
        }) => (
          <>
            <ProductImage />
            <ProductTitle />
            <ProductButtons />
          </>
        )}
      </ProductCard>