1.0.1-rc • Published 2 years ago

mj-product-card-npm v1.0.1-rc

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

MJ - Proudct Card

Este es un paquete de pruebas de despliegue en NPM

Ejemplo

Miguel Jara

import {ProductCard, ProductImage, ProductTitle, ProductButtons} from 'mj-product-card'

<ProductCard
  product={product}
  initialValues={{
    count: 4,
    maxCount: 15,
  }}
>
  {({ reset, count, isMaxCountReached, increaseBy }) => (
    <>
      <ProductImage />
      <ProductTitle />
      <ProductButtons />
    </>
  )}
</ProductCard>
1.0.1-rc

2 years ago

1.0.0-rc

2 years ago

0.0.1

2 years ago