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

0.0.1 • Public • Published

TSDX React User Guide

du-product-card

  • Paquete de prueba de despliegue a npm utilizando TSDX

Daniel Unapanta

Ejemplo

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

          </>
        )}
      </ProductCard>

Package Sidebar

Install

npm i du-product-card

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

149 kB

Total Files

40

Last publish

Collaborators

  • dunapanta