1.0.0-rc • Published 1 year ago

oal-product-card v1.0.0-rc

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

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>
1.0.0-rc

1 year ago

0.0.1

1 year ago