1.0.0-rc1 • Published 2 years ago

jbc-product-card v1.0.0-rc1

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

JBC-Product-Card

This is a deploy test package in NPM

Jose de Jesus Barajas

Example

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

2 years ago

1.0.0-rc

2 years ago

0.0.1

2 years ago