0.0.1 • Published 2 years ago
ov-product-card v0.0.1
OV Product Card
I create my own package on NPM
Example
<ProductCard
key={products[0].id}
product={products[0]}
initialValues={{
maxCount: 10,
}}
>
{() => (
<>
<ProductImage className="custom-img" />
<ProductTitle className="white-text" />
<ProductButtons className="custom-buttons" />
</>
)}
</ProductCard>
0.0.1
2 years ago