adlg-product-card
v1.0.0-rc
Published
Paquete de pruebas de despliegue de NPM
Downloads
3
Maintainers
Readme
ADLG-Product-Card
Paquete de pruebas de despliegue de NPM
Abraham
import { ProductCard, ProductImage, ProductTitle, ProductButtons } from 'ADLG-Product-Card';
<ProductCard
product={product}
initialValues={{
quantity: 4,
maxQuantity: 10,
}}
>
{({ reset, increaseBy, isMaxCountReached, count }) => (
<>
<ProductImage />
<ProductTitle />
<ProductButtons />
</>
)}
</ProductCard>