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

0.0.2 • Public • Published

product-card-kraiver

Este es un paquete de pruebas de despliegue en NPM

Angel Gutiérrez

Ejemplo

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

/product-card-kraiver/

    Package Sidebar

    Install

    npm i product-card-kraiver

    Weekly Downloads

    2

    Version

    0.0.2

    License

    MIT

    Unpacked Size

    155 kB

    Total Files

    31

    Last publish

    Collaborators

    • kraiver96