0.1.1 • Published 2 years ago

martinsauczuk-product-card v0.1.1

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

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

0.1.1

2 years ago

0.1.0

2 years ago