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

1.0.0-rc • Public • Published

IA-Product-Card

This is a test package of deployment for NPM

Ismael Arias

Example

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

Package Sidebar

Install

npm i ia-product-card

Weekly Downloads

2

Version

1.0.0-rc

License

MIT

Unpacked Size

158 kB

Total Files

42

Last publish

Collaborators

  • ismaeljarias