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

1.0.0-rc • Public • Published

gha-product-card User Guide

Este es un paquete de pruebas de despliegue en NPM

Gerardo Huamanciza

Ejemplo

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

Package Sidebar

Install

npm i gha-product-card

Weekly Downloads

2

Version

1.0.0-rc

License

MIT

Unpacked Size

164 kB

Total Files

30

Last publish

Collaborators

  • ghuamanciza