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

0.0.3 • Public • Published

DO-Product-Card

This is a test package to deploy in NPM

Josue Lara

Example

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

Readme

Keywords

Package Sidebar

Install

npm i react-jlm-product-card

Weekly Downloads

5

Version

0.0.3

License

MIT

Unpacked Size

153 kB

Total Files

40

Last publish

Collaborators

  • josue-lara