sgc-product-card
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

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> 

Dependencies (0)

    Dev Dependencies (20)

    Package Sidebar

    Install

    npm i sgc-product-card

    Weekly Downloads

    0

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    159 kB

    Total Files

    40

    Last publish

    Collaborators

    • sebastiangcuello