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

1.0.1-rc • Public • Published

#jl-Product-card

Este es un paquete de despliegue en NPM

Javier Lucero

Ejemplo

import { ProductButtons, ProductCard, ProductoImage, ProductoTitle } from 'javimcl-product-card';

 <ProductCard
               
                product={product}
                
                initialValues={{
                    count: 4,
                    maxCount: 10
                }}
            >

                {
                    ({reset, isMaxCountReached, count, increaseBy, maxCount}) => (
                        <>
                            <ProductoImage />
                            <ProductoTitle  />
                            <ProductButtons />

                           
                            

                        </>
                    )
                }

            </ProductCard>

Package Sidebar

Install

npm i javimcl-product-card

Weekly Downloads

5

Version

1.0.1-rc

License

MIT

Unpacked Size

155 kB

Total Files

41

Last publish

Collaborators

  • javimcl