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

0.0.2 • Public • Published

FF-Product-Card

Este es un paquete de pruebas de desplique en NPM

Flores Marquez Facundo Daniel

Ejemplo

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

Package Sidebar

Install

npm i ff-product-card

Weekly Downloads

1

Version

0.0.2

License

MIT

Unpacked Size

148 kB

Total Files

42

Last publish

Collaborators

  • faken