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

0.0.1 • Public • Published

Ejemplos

<ProductCard
  key={product.id}
  product={product}
  initialValue={{
        count: 4,
        maxCount: 10
  }}
>
    {
        ({ reset, increaseBy, counter, isMaxCountReached }) => (
            <>
               <ProductImage />
                <ProductTitle />
                <ProductButtons />

            </>
        )
      }
</ProductCard>

Readme

Keywords

Package Sidebar

Install

npm i drj-product-card

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

150 kB

Total Files

29

Last publish

Collaborators

  • diegoroman