0.0.1 • Published 2 years ago
cv-product-cart v0.0.1
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>
0.0.1
2 years ago