1.0.0-rc • Published 6 months ago

arsubo-product-card v1.0.0-rc

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

ARSB-Product-Card

este es un paquete de prueba de despliegue NPM

Arnoldo Suárez Bonilla - NI

Ejemplo

import {ProductCard, ProductImage, ProductTitle, ProductButtons} from 'arsubo-shopping-cart'
const product = {
  id: "1",
  title: "Coffee Mug - Card",
  img: "./coffee-mug.png",
};

<ProductCard
product={product1}
initialValues={{
          count: 4,
          maxCount: 10,
        }} >
{({ count, reset, isMaxCountReached, increaseBy, maxCount }) => (
<>
<ProductImage />
<ProductTitle />
<ProductButtons />
</>
)}
</ProductCard>
1.0.0-rc

6 months ago

0.0.1

6 months ago