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

1.0.0-rc • Public • Published

Este es un paquete de pruebas de deploy to NPM

Ivan Sanchez

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

Package Sidebar

Install

npm i iesr-product-card

Weekly Downloads

0

Version

1.0.0-rc

License

MIT

Unpacked Size

160 kB

Total Files

43

Last publish

Collaborators

  • ingivan31