mp-product-card-react-typescript
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-rc • Public • Published

mp-Product Card

This is a deploy test package to NPM

by Matias Parodi

Example

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

Package Sidebar

Install

npm i mp-product-card-react-typescript

Weekly Downloads

3

Version

1.0.0-rc

License

MIT

Unpacked Size

148 kB

Total Files

41

Last publish

Collaborators

  • matias.parodi