1.0.0-rc • Published 1 year ago

gg-product-card v1.0.0-rc

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

GG-Product-Card

This is a test to deploy a NPM package

Gianluca Galota

Example

import { ProductCard, ProductImage, ProductTitle, ProductButtons } from 'gg-product-card
  <ProductCard 
    key={product.id}
    product={product}
    initialValues={{
      count: 0,
      maxCount: 10
    }}
  >
    {
      ({reset, handleCounter, maxCount, isMaxCountReached, count}) => (
        <>
          <ProductImage />
          <ProductTitle />
          <ProductButtons /> 
        </>
      )
    }
  </ProductCard>
1.0.0-rc

1 year ago

0.0.1

1 year ago