0.0.2 • Published 2 years ago

af-product-card v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

AL-Product-card

Este es un paquete de ejemplo de despliegues en npm

Alexis Francisco Piña Flores

ejemplo

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

2 years ago

0.0.1

2 years ago