1.1.0 • Published 5 months ago

cagr-product-card v1.1.0

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

CGR-Product-Card

Este es un paquete de pruebas de despliegue en NPM

Cesar Gonzalez

Ejemplos

import {ProductCard, ProductImage, ProductTitle, ProductButtons } from "cagr-product-card"
<ProductCard
        key={product.id}
        product={product}
        initialValues={{
          count: 4,
          maxCount: 10,
        }}
      >
        {({ reset, increaseBy, isMaxCountReached, count, maxCount }) => (
          <>
            <ProductImage />
            <ProductTitle />
            <ProductButtons />
          </>
        )}
      </ProductCard>
1.1.0

5 months ago

1.0.1-rc

1 year ago

1.0.0-rc

1 year ago

0.0.1

1 year ago