cagr-product-card
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

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>

Package Sidebar

Install

npm i cagr-product-card

Weekly Downloads

1

Version

1.1.0

License

MIT

Unpacked Size

149 kB

Total Files

29

Last publish

Collaborators

  • camy-grbb