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

0.0.3 • Public • Published

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>

Package Sidebar

Install

npm i amq-product-card

Repository

TODO...

Weekly Downloads

0

Version

0.0.3

License

MIT

Unpacked Size

154 kB

Total Files

30

Last publish

Collaborators

  • mayoraldev