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

0.0.2 • Public • Published

JMA-Product-Card

Este es un paquete de pruebas de despliegue en NPM.

Juan Manuel Acuña.

Ejemplo de uso

import { ProductCard, ProductImage, ProductTitle, ProductButtons } from jma-product-card;
<ProductCard
  product={product}
  initialValues={{
    count: 0,
    // maxCount: 10,
  }}
>
  {({ reset, count, isMaxCountReached, maxCount, increaseBy }) => (
    <>
      <ProductImage />
      <ProductTitle />
      <ProductButtons />
    </>
  )}
</ProductCard>

Package Sidebar

Install

npm i jma-product-card

Weekly Downloads

2

Version

0.0.2

License

MIT

Unpacked Size

149 kB

Total Files

40

Last publish

Collaborators

  • gps1mx