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

1.0.0-rc • Public • Published

dtv-Product-Card

este es un paquete de pruebas de despliegue en NPM.

import { ProductCard, ProductButtons, ProductImage, ProductTitle } from 'dtv-product-card';
<ProductCard 
    product={ product } 
    initialValues={{
        count: 4,
        maxCount: 10,
    }}
>

    {
        ( /* { reset, increaseBy, isMaxCountReached, count } */ ) => (
            <>
                <ProductImage />
                <ProductTitle />
                <ProductButtons />
            </>
        )
    }
                  
</ProductCard>

Readme

Keywords

Package Sidebar

Install

npm i dtv-product-card

Weekly Downloads

0

Version

1.0.0-rc

License

MIT

Unpacked Size

159 kB

Total Files

41

Last publish

Collaborators

  • trejodev