mo-product-card-ts-react
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-rc • Public • Published

Este es un paquete de pruebas de despliegue en NPM

Mateo Ortiz

import {
  ProductCard,
  ProductImage,
  ProductTitle,
  ProductButtons
} from 'mo-product-card';

ejemplo

<ProductCard 
  product={product}
  initialValues={{
    count:4,
    // maxCount:10
  }}
  >
    { 
      ({reset, counter, increaseBy, maxCounterReached})=>(
          <>
            <ProductImage />
            <ProductTitle  />
            <ProductButtons  />
          </>     
    
        )
    
    }
</ProductCard> 

Readme

Keywords

Package Sidebar

Install

npm i mo-product-card-ts-react

Weekly Downloads

1

Version

1.0.0-rc

License

MIT

Unpacked Size

161 kB

Total Files

40

Last publish

Collaborators

  • mateo.ortizlopez