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

0.0.1 • Public • Published

LPF-Product-Card

Este es un paquete de pruebas de despliegue en npm

Luis Emilio Piña Flores

Ejemplo

import { ProductButtons, ProductCard, ProductImage, ProductTitle } from "lpf-product-card";
<ProductCard
    product={product}
    initialValues={{
        count: 4,
        maxCount: 10
    }}
>
    {
        ( {reset,isMaxCountReached, handleIncreaseBy, count} ) => (
            <>
                <ProductImage/>
                <ProductTitle/>
                <ProductButtons />
            </>
        )
    }
</ProductCard>

/lpf-product-card/

    Package Sidebar

    Install

    npm i lpf-product-card

    Weekly Downloads

    2

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    156 kB

    Total Files

    40

    Last publish

    Collaborators

    • luispf1290