1.0.0-rc • Published 5 months ago

ecr-product-card v1.0.0-rc

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

ECR-Product-Card

Este es un paquete de pruebas de despliegue en NPM

Ejemplo:

import { ProductButtons, ProductCard, ProductImage, ProductTitle } from 'ecr-product-card';
 <ProductCard
          product={product}
          className="bg-dark"
          initialValues={{
            count: 0,
            maxCount: 10,
          }}
        >
          {({ reset, count, increaseBy, isMaxCountReached, maxCount }) => (
            <>
              <ProductImage className="custom-image" />
              <ProductTitle className="text-bold text-white" />
              <ProductButtons className="custom-buttons" />
            </>
          )}
        </ProductCard>
1.0.0-rc

5 months ago

0.0.1

5 months ago