0.0.3 • Published 1 year ago

amq-product-card v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

AMQ-Product-Card

Este es un paquete de pruebas de despliegue en NPM

Alberto Mayoral

Ejemplo

import {
  ProductCard,
  ProductImage,
  ProductTitle,
  ProductButtons,
} from 'amq-product-card';
	<ProductCard
          product={product}
          className='bg-dark text-white'
          initialValues={{
            count: 4,
            maxCount: 10,
          }}>
          {({ reset, increaseBy, count, isMaxCountReached, maxCount }) => (
            <>
              <ProductImage />
              <ProductTitle />
              <ProductButtons />
              <span>
                {count} - {maxCount}
              </span> */}
            </>
          )}
        </ProductCard>
0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago