av-product-cart
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

av-component-product-cart

Este es un paquete de pruebas de despliegue

Nini

Ejemplo

import {
  ProductCard,
  ProductImage,
  ProductTitle,
  ProductButtons
} from 'av-component-product-cart'

Asi se ve el componente

el product luce asi:

const product = {
    id:'123',
    title:'Coffe-1',
}

<ProductCard
    product={product}
    initialValue={{
        count:0,
        // maxCount:10
    }}
>

    {
        ( { reset, increaseBy,isMaxReached } ) => (
            <>
                <ProductImage />
                <ProductTitle />
                <ProductButtons />
                               
            </>
        )
    }

                    

</ ProductCard >

Readme

Keywords

Package Sidebar

Install

npm i av-product-cart

Weekly Downloads

0

Version

0.0.2

License

MIT

Unpacked Size

154 kB

Total Files

40

Last publish

Collaborators

  • nini_7u7