ValentinOsvaldo / ov-product-card

Este es un proyecto de prueba del curso de React Pro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

Este es un proyecto de prueba del curso de React Pro

License:MIT License


Languages

Language:TypeScript 84.6%Language:CSS 10.2%Language:HTML 2.7%Language:JavaScript 2.5%