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

1.0.1-rc • Public • Published

AM Product Card

Test package for npm deployments

Example:

import {
  ProductCard,
  ProductImg,
  ProductTitle,
  ProductButtons,
} from 'am-product-card';
<ProductCard
  product={product}
  initialValues={{
    count: 7,
    maxCount: 10,
  }}
>
  {({ isMaxCountReached, maxCount, reset, increaseBy }) => (
    <>
      <ProductImg />
      <ProductTitle />
      <ProductButtons />
    </>
  )}
</ProductCard>

Readme

Keywords

Package Sidebar

Install

npm i am-product-card

Weekly Downloads

3

Version

1.0.1-rc

License

MIT

Unpacked Size

152 kB

Total Files

29

Last publish

Collaborators

  • alex-martin-alx