1.0.0-rc • Published 5 months ago

adlg-product-card v1.0.0-rc

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

ADLG-Product-Card

Paquete de pruebas de despliegue de NPM

Abraham

import { ProductCard, ProductImage, ProductTitle, ProductButtons } from 'ADLG-Product-Card';
<ProductCard
  product={product}
  initialValues={{
    quantity: 4,
    maxQuantity: 10,
  }}
>
  {({ reset, increaseBy, isMaxCountReached, count }) => (
    <>
      <ProductImage />
      <ProductTitle />
      <ProductButtons />
    </>
  )}
</ProductCard>
1.0.0-rc

5 months ago

0.0.1

5 months ago