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

0.0.1 • Public • Published

jz-product-card

este es un paquete de pruebas de despliegue en npm

fernando herrera curso react-pro

ejemplo

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

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

</ProductCard>

Readme

Keywords

Package Sidebar

Install

npm i jczl94-product-card

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

155 kB

Total Files

40

Last publish

Collaborators

  • jeanza94