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

1.0.0-rc • Public • Published

LD-Product-Card

Este es un paquete de pruebas de despliegue en NPM

Lowis

Ejemplo

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

Readme

Keywords

Package Sidebar

Install

npm i ld-product-card

Weekly Downloads

2

Version

1.0.0-rc

License

MIT

Unpacked Size

153 kB

Total Files

29

Last publish

Collaborators

  • ldiaz76