0.0.2 • Published 1 year ago

jss-prodcard v0.0.2

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

JSS-PROD-CAR

Paquete de componentes de prueba 8)

EXAMPLE

import { ProductCard,ProductImage,ProductTitle,ProductButtons } from '../.';

    <ProductCard
        product={product}
        initialValues={{
            count: 4,
            maxCount: 10,
        }}
    >
        {
            ({reset,increaseBy,isMaxCountReached,count}) => (
                <>                       
                    <ProductImage ></ProductImage>
                    <ProductTitle ></ProductTitle>
                    <ProductButtons ></ProductButtons>
                </>
            )
        }

    </ProductCard>
0.0.2

1 year ago

0.0.1

1 year ago