1.0.0-rc • Published 6 months ago

josp-product-card v1.0.0-rc

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

JOSP-Product-Card

Esto es un paquete de pruebas de despliegues en NPM

Example

import {ProductCard, ProductImage, ProductTitle, ProductButtons} from 'josp-product-card'
<ProductCard 
                key={product.id} 
                product={product} 
                initialValues={{
                    count: 4,
                    maxCount: 10
                }}
            >
                {
                    () => (
                        <>
                            <ProductImage/>
                            <ProductTitle />
                            <ProductButtons/>
                    
                        </>
                    )
                }
                
            </ProductCard>
1.0.0-rc

6 months ago

0.1.0

6 months ago