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

1.0.2-rc • Public • Published

ABAM-Product-Card

Este es un paquete de pruebas de despliegues en NPM

Abel Amieva

Ejemplo

import { ProductCard, ProductImage, ProductTitle, ProductButtons } from 'abam-product-card';
    <ProductCard 
        product={ product }
        initialValues={{ // podemos inicializar la tarjeta 
            count: 4,
            maxCount: 8,
        }}
    >
        {
            ({reset, count, isMaxCountReached, maxCount, increaseBy})=>(

                <>
                    <ProductImage />
                    <ProductTitle />
                    <ProductButtons />

                </>

            )
        }
    </ProductCard>

Readme

Keywords

Package Sidebar

Install

npm i abam-product-card

Weekly Downloads

1

Version

1.0.2-rc

License

MIT

Unpacked Size

156 kB

Total Files

30

Last publish

Collaborators

  • abel17