0.0.1 • Published 1 year ago

sgc-product-card v0.0.1

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

SGC-Product-Card

Este es un paquete de pruebas de despligue en NPM

Sebastian Gabriel Cuello

Ejemplo

import { ProductCard, ProductImage, ProductTitle, ProductButtons } from 'sgc-product-card'
  <ProductCard 
    product= { product } 
    initialValues={{
        count: 1,
        maxCount: 15
    }}
>
    {
        ( args ) => (
            <>
                <ProductImage />
                <ProductTitle/>
                <ProductButtons />
            </>
        )
    }
</ProductCard> 
0.0.1

1 year ago