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

1.0.0-rc • Public • Published

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>

Package Sidebar

Install

npm i adlg-product-card

Weekly Downloads

1

Version

1.0.0-rc

License

MIT

Unpacked Size

173 kB

Total Files

45

Last publish

Collaborators

  • bsshark