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

0.1.0 • Public • Published

ma-product-card

Este es un paquete de pruebas de despliegue en npm

Martin Elias

Ejemplo

import {ProductCard, ProductImage, ProductTitle, ProductButtons} from "ma-product-card";

<ProductCard
    product={product}
    initialValues={{
        count: 4,
        // maxCount: 10
    }}
>
    {({ reset, increaseBy, count, isMaxReached }) => (
        <>
            <ProductImage />
            <ProductTitle />
            <ProductButtons />
        </>
    )}

</ProductCard>

Package Sidebar

Install

npm i ma-product-card

Weekly Downloads

2

Version

0.1.0

License

MIT

Unpacked Size

154 kB

Total Files

35

Last publish

Collaborators

  • martinelias10