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

1.0.0-rc • Public • Published

FM Product Card

Este es el componente de un modulo de prueba para desplegar en NPM

Installation

Examples

import { ProductButtons, ProductCard, ProductImage, ProductTitle } from 'fm-product-card';
<ProductCard
  product={ product }
  initialValues={{
    count: 10,
    maxCount: 12
  }}
>
  {
    () => (
      <>
        <ProductImage />
        <ProductTitle />
        <ProductButtons />
      </>
    )
  }
</ProductCard>

Contributing

Want to contribute? Great! Pull requests are allowed ;)

Author

Fabio Medina LinkedIn Website

License

MIT

Package Sidebar

Install

npm i fmm-product-card

Weekly Downloads

3

Version

1.0.0-rc

License

MIT

Unpacked Size

147 kB

Total Files

42

Last publish

Collaborators

  • fabiomedinamedina