1.0.1-rc • Published 1 year ago

dc-product-card-pro v1.0.1-rc

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

DC-Product-Card

This is a test package to deploy to NPM

Diego Cardenas

Example

import { ProductCard, ProductImage, ProductTitle, ProductButtons } from 'dc-product-card'
  <ProductCard
    product={products[0]}
    initialValues={{ count: 6, maxCount: 10 }}
  >
    {({ isMaxCountReached, handleIncreaseBy, reset }) => (
      <>
        <ProductImage />
        <ProductTitle />
        <ProductButtons />
      </>
    )}
  </ProductCard>
1.0.1-rc

1 year ago

1.0.0-rc

1 year ago

0.0.1

1 year ago