jp-product-card-react-tsdx
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-rc • Public • Published

JP-Product-Card

Este es un paquete de pruebas de despliegue en NPM

Ejemplo

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

/jp-product-card-react-tsdx/

    Package Sidebar

    Install

    npm i jp-product-card-react-tsdx

    Weekly Downloads

    2

    Version

    1.0.0-rc

    License

    MIT

    Unpacked Size

    146 kB

    Total Files

    44

    Last publish

    Collaborators

    • juanpablovj09