1.0.0-rc • Published 1 year ago

eb-product-card v1.0.0-rc

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

EB-Product-Card

Este es uin pquete de pruebas de despliegue en NPM

Ernesto Burgos

Ejemplo

import {ProductButtons, ProductCard, ProductImage, ProductTitle} from 'eb-product-card'
<ProductCard
  key={product.id}
  product={product}
  initialValues={{
    count: 5,
    /* maxCount: 10, */
  }}
>
  {({ reset, increaseBy, count, maxCount, isMaxCountReached }) => (
    <>
      <ProductImage />
      <ProductTitle />
      <ProductButtons />
    </>
  )}
</ProductCard>
1.0.0-rc

1 year ago

0.0.1

1 year ago