0.0.1 • Published 1 year ago

ov-product-card v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

1 year ago