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

0.0.1 • Public • Published

RDCH-Product-Card

Este es un paquete para pruebas en NPM.org

Instalación

Ejemplo:

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

Package Sidebar

Install

npm i rdch-product-card

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

154 kB

Total Files

40

Last publish

Collaborators

  • danilochavez