0.0.2 • Published 10 months ago

avc-product-card v0.0.2

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

AVC-Product-Card

Este es un paquete de pruebas de despliegue NPM

Arcenio Vilca

Ejemplo

   import { ProductCard, ProductImage, ProductTitle, ProductButtons } from 'avc-product-card';
 <ProductCard
        key={product.id}
        product={product}
        initialValues={{
          count: 4,
          maxCount: 10,
        }}
      >
        {({reset, increaseBy, count, isMaxCountReached}) => (
          <>
            <ProductImage  />
            <ProductTitle  title={"Title coffee"} />
            <ProductButtons  />
          </>
        )}
      </ProductCard>
0.0.2

10 months ago