1.0.1-rc • Published 2 years ago

jlb-product-card v1.0.1-rc

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

jlb-product-card

Esto es un paquete de pruebas de despliegue en NPM

BRUSA JOSE

Ejemplo

import { ProductButton, ProductCard, ProductImage, ProductTitle} from "jlb-product-card";
const product = {
  id: '1',
  title: 'coffe mug - Card',
  img: './coffee-mug.png',
};
<ProductCard
    product={product}
    initialValues = {{ count: 0, maxCount: 10 }}>
        {({ reset, count, isMaxCountReached, maxCount, increaseBy }) => (
            <>
                <ProductImage />
                <ProductTitle />
                <ProductButton />
            </>
        )}
</ProductCard>
1.0.1-rc

2 years ago

1.0.0-rc

2 years ago

0.0.1

2 years ago