1.0.0 • Published 3 years ago

mc-product-card-react-ts v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

mc-product-card-react-ts

Este es un paquete de pruebas de despliegue NPM

Author

Ejemplo

import {ProductImage,ProductTitle, ProductButtons, ProductCard } from "mc-product-card-react-ts"
<ProductCard
          product={products[0]}
          initialValues={{
            count: 4,
          }}
        >
          {({ reset, increaseBy, isMaxCountReached, count }) => (
            <>
              <ProductImage />
              <ProductTitle />
              <ProductButtons />
            </>
          )}
</ProductCard>