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

0.0.2 • Public • Published

mm-product-card

Este es un paquete de pruebas de despliegue en NPM

Marco Mora

Ejemplo

import {
    ProductCard,
    ProductImage,
    ProductTitle,
    ProductButtons,
    } from 'mm-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 mm-product-card

Weekly Downloads

6

Version

0.0.2

License

MIT

Unpacked Size

161 kB

Total Files

37

Last publish

Collaborators

  • mark1890