0.0.2 • Published 10 months ago

fertp-product-card v0.0.2

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

fertp product card

This is a npm deploy test package.

Example

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

10 months ago

0.0.1

10 months ago