mj-product-card-npm
TypeScript icon, indicating that this package has built-in type declarations

1.0.1-rc • Public • Published

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>

Package Sidebar

Install

npm i mj-product-card-npm

Weekly Downloads

12

Version

1.0.1-rc

License

MIT

Unpacked Size

159 kB

Total Files

44

Last publish

Collaborators

  • miguel-a-jara