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

1.0.0-rc • Public • Published

m6-product-card

Este es un paquete de pruebas de NPM

Jesus Delgado

Ejemplo

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

Package Sidebar

Install

npm i m6-product-card

Weekly Downloads

0

Version

1.0.0-rc

License

MIT

Unpacked Size

156 kB

Total Files

29

Last publish

Collaborators

  • m6nuel