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

0.0.1 • Public • Published

JC-product-card

Este es un paquete de pruebas de despliegue de NPM

Jean Carlos

Ejemplo

import { ProductButton, ProductCard, ProductImage, ProductTitle } from "jc-product-card-2"

<ProductCard 
    key={product.id} 
    product={product}
    initialValues={{
      count: 6,
      maxCount: 10,
    }}
  >

    {
      ({ reset, increaseBy, count, isMaxCountReached})=> (
        <>
          <ProductImage/>
          <ProductTitle />
          <ProductButton/>
        </>
      )
    }
</ProductCard>

Package Sidebar

Install

npm i jc-product-card-2

Weekly Downloads

2

Version

0.0.1

License

MIT

Unpacked Size

156 kB

Total Files

30

Last publish

Collaborators

  • jeanortiz02