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

0.0.2 • Public • Published

hab-Product-Card

Este es un paquete de pruebas de desliegue en NPM

Hugo Ballesteros

Ejemplo

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

Package Sidebar

Install

npm i hab-product-card

Weekly Downloads

1

Version

0.0.2

License

MIT

Unpacked Size

156 kB

Total Files

40

Last publish

Collaborators

  • timudev