ov-product-card
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

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>

Readme

Keywords

Package Sidebar

Install

npm i ov-product-card

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

150 kB

Total Files

42

Last publish

Collaborators

  • osvaldo_valentin