1.0.0-rc • Published 2 years ago
jmp-product-card v1.0.0-rc
JMP-Product-Card
Este es un paquete de pruebas de despliegue en NPM
Jesús Merino
Ejemplo
import {ProductCard, ProductImage, ProductTitle, ProductButtons} from 'jmp-product-card';<ProductCard
key={`shop-${product.id}`}
product={ product }
initialValues={{
count: 4,
//maxCount: 10
}}
>
{
({ reset, count, maxCount, increaseBy, isMaxCountReached }) => (
<>
<ProductImage />
<ProductTitle />
<ProductButtons />
</>
)
}
</ProductCard>1.0.0-rc
2 years ago