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

0.0.2 • Public • Published

GD-product-card

Este es un paquete de pruebas de despliegue en NPM

Gabriel Diaz

Ejemplo

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

Package Sidebar

Install

npm i gd-product-card

Weekly Downloads

6

Version

0.0.2

License

MIT

Unpacked Size

151 kB

Total Files

29

Last publish

Collaborators

  • gdariodh