0.0.1 • Published 2 years ago

ccc-product-card v0.0.1

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

CCC-Product-Card

Paquete de pruebas npm para el producto CCC.

Camilo Carranza

TSDX scaffolds your new library inside /src, and also sets up a Parcel-based playground for it inside /example.

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

    </ProductCard>

And d. However, that might cause other problems.