0.0.1 • Published 2 years ago

jangarita-product-card v0.0.1

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

JA-Product-card

Este es un paquete de prueba de despliegue en npm

JOSE ANGARITA

import {
    ProductCard, ProductImage, ProductTitle, ProductButtons
} from 'ja-product-card'
    <ProductCard
        product={product}
        initialValues={{
            count: 2,
            maxCount: 11
        }}
    >
        {
            (args) => (
                <>
                    <ProductImage />
                    <ProductTitle />
                    <ProductButtons />
                </>
            )
        }
    </ProductCard>