1.0.0-rc • Published 1 year ago

stjc-product-card v1.0.0-rc

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

STJC-PRODUCT-CARD

Este es un paquete de prueb ade despliege en npm

Adrian stiven jimenez cardenas

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