[go: up one dir, main page]

jlb-product-card
TypeScript icon, indicating that this package has built-in type declarations

1.0.1-rc • Public • Published

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>

Readme

Keywords

Package Sidebar

Install

npm i jlb-product-card

Weekly Downloads

1

Version

1.0.1-rc

License

MIT

Unpacked Size

154 kB

Total Files

40

Last publish

Collaborators

  • brusajosedev