1.0.0-rc • Published 9 months ago

lame-product-card v1.0.0-rc

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

lm-product-card

This is an NPM deployment test package

Examples

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

9 months ago

0.0.1

9 months ago