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

0.1.1 • Public • Published

martinsauczuk-product-card

Testing product card npm deploy

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

Martin Sauczuk

Argentina 2023

Package Sidebar

Install

npm i martinsauczuk-product-card

Weekly Downloads

1

Version

0.1.1

License

MIT

Unpacked Size

154 kB

Total Files

40

Last publish

Collaborators

  • martinsauczuk