1.0.0-rc • Published 1 month ago

pjcdo-product-card v1.0.0-rc

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

PJCDO-Product-Card

Este es un paquete de pruebas de despliegue en NPM

Pablo Contino

Ejemplo

import {
  ProductButtons,
  ProductCard,
  ProductImage,
  ProductTitle,
} from "pjcdo-product-card";
 <ProductCard
        product={product}
        initialValues={{
          count: 4,
          maxCount: 10,
        }}
      >
        {({ reset, increaseBy, count, maxCount, isMaxCountReached }) => (
          <>
            <ProductImage />
            <ProductTitle />
            <ProductButtons />
          </>
        )}
      </ProductCard>
1.0.0-rc

1 month ago

0.1.0

1 month ago