0.0.2 • Published 2 years ago

defaphotos-product-card v0.0.2

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

defaphotos-product-card

Este es un paquete de prueba de despliegue en NPM

Daniel farias

Ejemplo

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

2 years ago

0.0.1

2 years ago