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

1.0.0-rc • Public • Published

KBR-Product-Card

Este es una prueba de despliegue de un paquete en npm.

import {
  ProductCard,
  ProductImage,
  ProductTitle,
  ProductButtons,
} from 'kbr-product-card';
<ProductCard
  product={product}
  initialValues={{
    count: 8,
    maxCount: 20,
  }}
>
  {({ reset, count, maxCount, isMaxCountReached, increaseBy }) => (
    <>
      <ProductImage className="custom-image" />
      <ProductTitle className="text-bold" />
      <ProductButtons className="custom-buttons" />
    </>
  )}
</ProductCard>

Readme

Keywords

Package Sidebar

Install

npm i kbr-product-card

Weekly Downloads

3

Version

1.0.0-rc

License

MIT

Unpacked Size

165 kB

Total Files

41

Last publish

Collaborators

  • kelvinrd