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

1.0.1-rc • Public • Published

DMP-Product-Card

Este es un paquete de pruebas de despliege en NPM

Daniel Mateu Pardo

Ejemplo

import { ProductButtons, ProductCard, ProductImage, ProductTitle } from 'dmp-product-card'
<ProductCard
    product={product}
    initialValues={{
        count: 4,
        maxCount: 10,
    }}
>
    {
        ({ reset, count, handleAdd, isMaxCountReached, maxCount }) => (
            <>
                <ProductImage />
                <ProductTitle />
                <ProductButtons />
            </>
        )
    }
</ProductCard>

Package Sidebar

Install

npm i dmp-product-card

Weekly Downloads

2

Version

1.0.1-rc

License

MIT

Unpacked Size

157 kB

Total Files

41

Last publish

Collaborators

  • danidevboy