0.0.1-rc • Published 8 months ago

mdpc-product-card v0.0.1-rc

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

MDPC-PRODUCT-CARD

Este es un paquete de pruebas de despliegue en NPM

Juan Escudero

Ejemplo

import { ProductButtons, ProductImage, ProductTitle, ProductCard } from "mdpc-product-card";
<ProductCard
    key={product.id}
    product={product}
    initialValues={{
        count: 4,
        maxCount: 10
    }}
>
    {
        ({ count, increaseBy, reset, isMaxCountReached }) => (
            <>
                <ProductImage/>
                <ProductTitle/>
                <ProductButtons/>
            </>
        )
    }
</ProductCard>
0.0.1-rc

8 months ago

0.0.1

8 months ago