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

1.0.0-rc • Public • Published

paul-product-card

Este es un paquete de pruebas de despliegue en NPM

Paul Chávez

Ejemplo

import { ProductButtons, ProductCard, ProductImage, ProductTitle } from "paul-product-card"
  <ProductCard
    initialValues={{
      count: 6
    }}
    product={product}
  >
    {({ reset, count, increaseBy, isMaxCountReached }) => (
        <>
          <ProductImage />
          <ProductTitle />
          <ProductButtons />
        </>
      )
    }
  </ProductCard>

Readme

Keywords

Package Sidebar

Install

npm i paul-product-card

Weekly Downloads

0

Version

1.0.0-rc

License

MIT

Unpacked Size

150 kB

Total Files

40

Last publish

Collaborators

  • developaul