0.0.5 • Published 4 years ago

jelo-product-card v0.0.5

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

JELO-Product-Card

This is a test NPM Package test.

José Enrique López Obeso

Example

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

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

1.0.0-rc

4 years ago