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

0.0.1 • Public • Published

NBRM-Product-Card

  • Este es un paquete de despliegues en NPM

Nataly Rojas

Ejemplo

import { ProductTitle, ProductImg, ProductBtns } from 'nbrm-product-card';
<ProductCard
  key={product.id}
  product={product}
  initialValues={{
    count: 4,
    // maxCount: 10,
  }}
>
  {({ reset, count, isMaxCountReached, maxCount, increaseBy }) => (
    <>
      <ProductImg />
      <ProductTitle />
      <ProductBtns />
    </>
  )}
</ProductCard>

Readme

Keywords

Package Sidebar

Install

npm i nbrm-product-card

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

150 kB

Total Files

30

Last publish

Collaborators

  • nrojasmoreno5