0.0.3 • Published 2 years ago

apa-product-card v0.0.3

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

apa-Product-Card

Este es un paquete de pruebas de despligue en NPM

Adalberto Perdomo

Example

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

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago