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

1.0.0-rc • Public • Published

DAC-Product-Card

Este es un paquete de pruebas de despliegue en NPM

Diego Arche

Ejemplo

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

      <ProductCard
        product={product}
        initialValues={{
          count: 4,
          maxCount: 10,
        }}
      >
        {({ reset, count, increaseBy, isMaxCountReached, maxCount }) => (
          <>
            <ProductCard.Image />
            <ProductCard.Title title="Cafe 2" />
            <ProductCard.Buttons />
          </>
        )}
      </ProductCard>

Readme

Keywords

Package Sidebar

Install

npm i dac-product-card

Weekly Downloads

0

Version

1.0.0-rc

License

MIT

Unpacked Size

152 kB

Total Files

30

Last publish

Collaborators

  • darchecl