0.0.2 • Published 2 years ago

ag-mw-product-card v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

AG-MW-Product-Card

Packquete de pruebas en NPM

Typescript - React

Ejemplo

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

2 years ago

0.0.1

2 years ago