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

1.0.0-rc • Public • Published

OAL-Product-Card

Este es un paquete de prueba de despligue en NPM

Oscar Alcázar

Ejemplo

import { ProductCard, ProductImage, ProductTitle, ProductButton } from 'oal-product-card'
<ProductCard key={ product.id } product={ product } initialValues={{ counter: 4, maxCounter: 10 }} >
    {
        ({ counter, maxCounter, isMaxCounterReached, reset, increaseBy }) => (
            <>
                <ProductImage />
                <ProductTitle />
                <ProductButton />
            </>
        )
    }
</ProductCard>

Package Sidebar

Install

npm i oal-product-card

Weekly Downloads

3

Version

1.0.0-rc

License

MIT

Unpacked Size

161 kB

Total Files

30

Last publish

Collaborators

  • razacla