0.0.3 • Published 3 years ago

xg01-product-card v0.0.3

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

xg01-Product-Card

Este es un paquete de pruebas de despliegue en NPM

XTECH

Example

import {
  ProductCard,
  ProductImage,
  ProductTitle,
  ProductButtons,
} from 'xg01-product-card'
<ProductCard
  product={product}
  initialValues={{
  count: 6
  // maxCount: 15
  }}
>
  {({ reset, increaseBy, count, isMaxCountReached }) => (
  <>
    <ProductImage />
    <ProductTitle />
    <ProductButtons />
  </>
  )}
</ProductCard>