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

1.0.0-rc • Public • Published

alejandroc-product-card

Ejemplos

import { ProductButtons,ProductImage,ProductTitle,ProductCard } from 'alejandroc-product-card';
<ProductCard 
    product={producto} 
    initialValues={{
        count: 4,
        maxCount: 10,
    }}
>
    {
        ({count,increaseBy,isMaxCountReached,product,reset,maxCount}) => (

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

        )
    }

</ProductCard>

Dependents (0)

Package Sidebar

Install

npm i alejandroc-product-card

Weekly Downloads

0

Version

1.0.0-rc

License

MIT

Unpacked Size

157 kB

Total Files

29

Last publish

Collaborators

  • alejandro-cardenas-g