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

0.0.2 • Public • Published

JACD-PRODUCT-CARD

Este es un paquete de pruebas de despliegue en NPM

Jose Castro

Ejemplo

import {ProductCard, ProductImage, ProductTitle, ProductButtons} from 'jacd-product-card';
<ProductCard
    product={product}
    initialValues={{
        count: 4,
        // maxCount: 10
    }}
>

{
    ({ reset, increaseBy, isMaxCountReach, count, maxCount}) => (
    <>

        <ProductImage/>
        <ProductTitle title={"Con title"}/>
        <ProductButtons />
    </>
    )
}

</ProductCard>

Readme

Keywords

Package Sidebar

Install

npm i jacd-product-card

Weekly Downloads

2

Version

0.0.2

License

MIT

Unpacked Size

150 kB

Total Files

40

Last publish

Collaborators

  • jcastro540