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

0.0.5 • Public • Published

cangel-product-card

Este es un paquete pruebas de despliegue a NPM

Ejemplo

import { ProductCard } from 'cangel-product-card';
<ProductCard
  product={product}
  initialValues={{
    count: 4, // optional
    maxCount: 10, // optional
  }}
>
  {({ reset, increaseBy, count, isMaxCountReached, maxCount }) => (
    <>
      <ProductCard.Image />
      <ProductCard.Title />
      <ProductCard.Buttons />
    </>
  )}
</ProductCard>

Package Sidebar

Install

npm i cangel-product-card

Weekly Downloads

1

Version

0.0.5

License

MIT

Unpacked Size

148 kB

Total Files

41

Last publish

Collaborators

  • carlos-angel