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

0.0.3 • Public • Published

AT-Product-Card

este es un paqute de pruebas de despliegue en NPM

Ancizar Torres

Ejemplo

import {ProducCard, ProductImage, ProductTitle, ProductButtons} from 'ancizar-torres-product-card';
<ProducCard product={product}
    initialValue={{
        count: 4,
        maxCount: 10
    }}
>
    {
        ({ reset, count, increaseBy, isMaxReached, maxCount }) => (
            <>
                <ProductImage style={{ boxShadow: '10px 10px 10px rgba(0,0,0,0.2)' }} />
                <ProductTitle />
                <ProductButtons />
                </>
        )
    }
</ProducCard>

Package Sidebar

Install

npm i ancizar-torres-product-card

Weekly Downloads

3

Version

0.0.3

License

MIT

Unpacked Size

158 kB

Total Files

29

Last publish

Collaborators

  • ancizartorres19