1.0.0-rc • Published 10 months ago

jm-product-cart-hoc v1.0.0-rc

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

Product Card Component

Component E.g

import { ProductCard, ProductButtons, ProductImage, ProductTitle } from "../.";
<ProductCard
        product={product}
        className="bg-dark text-white"
        initialValue={{
          count: 4,
          maxCount: 10,
        }}
      >
        {({ reset, increaseBy, isMaxCountReached, count, maxCount }) => (
          <>
            <ProductImage />
            <ProductTitle />
            <ProductButtons />

          </>
        )}
      </ProductCard>
1.0.0-rc

10 months ago

0.0.1

10 months ago