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

1.0.1-rc • Public • Published

ET-Product-Card

Este es un paquete de pruebas de despliegue en NPM.

Edwin Tocagon

Ejemplo

import {ProductCard, ProductImage, ProductTitle,ProductButtons} from 'et-product-card';
 <ProductCard
          product={product}
          InitialValues={{ count: 3, maxCount: 10 }}
        >
          {({ reset, count, increaseBy, isMaxCountReached, maxCount }) => (
            <>
              <ProductImage />
              <ProductTitle />
              <ProductButtons />
            </>
          )}
</ProductCard>

Package Sidebar

Install

npm i et-product-card

Weekly Downloads

4

Version

1.0.1-rc

License

MIT

Unpacked Size

150 kB

Total Files

40

Last publish

Collaborators

  • edwintocagon