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

0.0.2 • Public • Published

TSDX React User Guide

This is a test package for deployment in NPM Este es un paquete de prueba de despliegue NPM

Created By Diego Wagner

Creado por Diego Wagner

Examples

Ejemplos

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

Package Sidebar

Install

npm i dw-product-card

Weekly Downloads

1

Version

0.0.2

License

MIT

Unpacked Size

154 kB

Total Files

29

Last publish

Collaborators

  • diegojwagner