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

0.0.1 • Public • Published

raid-produc-card

Este es un proyecto para aprender a desplegar a NPM

Rafael Ibañez Diego

Ejemplo

import { ShoppingCard, CardImage, CardTitle, CardButtons} from '';
<ShoppingCard key={product.id} product={product} initialValues={{ count: 4, //maxcount: 15 }}>
  {
    ({ reset, increasBy, count, isMaxCountReached }) => (
      <>
        <CardImage  />
        <CardTitle  />
        <CardButtons  />
      </>
    )
  }

</ShoppingCard>

Package Sidebar

Install

npm i raid-product-card

Weekly Downloads

3

Version

0.0.1

License

MIT

Unpacked Size

159 kB

Total Files

45

Last publish

Collaborators

  • ralfid