1.0.0-rc • Published 1 year ago

pr-product-cart v1.0.0-rc

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

PR_product_cart

This is a test NPM package deployed just for learning.

PRC

Example

import {ProductCart, ProductImage, ProductTitle, ProductButtons} from 'pr-product-card'
<ProductCart
                product={product}
                initialValues={{
                    count: 4,
                    maxCount: 10
                }}
            >

                {
                    ({ count, increaseBy, isMaxCountReached, maxCount, reset }) => (
                        <>
                            <ProductImage />
                            <ProductTitle />
                            <ProductButtons />
                        </>
                    )
                }
            </ProductCart>
1.0.0-rc

1 year ago

0.0.1

1 year ago