0.0.2 • Published 1 year ago

cso-product-card v0.0.2

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

CSO-Product-Card

Este es un paquete de pruebas de despliegue en NPM

Cristian Sebastian Oyola

Ejemplo

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

1 year ago

0.0.1

1 year ago