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

0.1.0 • Public • Published

EFA-Product-Card

Este es un paquete de pruebas para despliegue en NPM.

Edgar Flores

Ejemplo

import { ProductCard, ProductImage, ProductTitle, ProductButtons } from 'efa-product-card';
<ProductCard
  product={product}
  initialValues={{
    count: 4,
    // maxCount: 10,
  }}
>
  {
    ({reset, count, isMaxCountReached, maxCount, increaseBy }) => (
      <>
        <ProductImage />
        <ProductTitle />
        <ProductButtons />
      </>
    )
  }
</ProductCard>

Readme

Keywords

Package Sidebar

Install

npm i efa-product-card

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

152 kB

Total Files

40

Last publish

Collaborators

  • ehflores