1.0.0-rc • Published 9 months ago

jamesl-product-card v1.0.0-rc

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

jamesl-product-card

This is a test for npm deploy.

James Larracilla

import { ProductCard, ProductImage, ProductButtons, ProductTitle } from 'jamesl-product-card;
<ProductCard
        product={product}
        initialValues={{ count: 4, maxCount: 10 }}
      >
        {({ reset, count, isMaxCountReached, increaseBy }) => (
          <>
            <ProductImage />
            <ProductTitle />
            <ProductButtons />
          </>
        )}
</ProductCard>
1.0.0-rc

9 months ago

0.0.1

9 months ago