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

0.0.2 • Public • Published

KOEL-Product-card

Este es un paquete de pruebas de despliegue en NPM

Kevin Echeverri

Ejemplo

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

Package Sidebar

Install

npm i koel-product-card

Weekly Downloads

1

Version

0.0.2

License

MIT

Unpacked Size

167 kB

Total Files

46

Last publish

Collaborators

  • ikevin92