0.0.1 • Published 2 years ago

ft-product-card v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

FO-Product-Card

This is a deployment test suite in NPM

Fernando Tzoc

##Example 1

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

2 years ago