1.0.0-rc • Published 8 months ago

fmm-product-card v1.0.0-rc

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

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

1.0.0-rc

8 months ago

0.0.1

8 months ago