1.0.1-rc • Published 2 years ago

yawg-product-card v1.0.1-rc

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

YAWG Product-Card

Este es un paquete que expone un componente armado en react para armar una product card

EJEMPLO

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

Diego Gandara - 2023

1.0.1-rc

2 years ago

0.0.1

2 years ago