cv-product-cart
v0.0.1
Published
Congrats! You just saved yourself hours of work by bootstrapping this project with TSDX. Let’s get you oriented with what’s here and how to use it.
Downloads
2
Readme
TEST
Congrats! You just saved yourself hours of work by bootstrapping this project with TSDX. Let’s get you oriented with what’s here and how to use it.
Ejemplo
<ProductCard
product={product}
initialValues={{
count: 2,
maxCount: 10,
}}
>
{() => {
return (
<>
<ProductImage />
<ProductTitle />
<ProductButtons />
</>
);
}}
</ProductCard>