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

1.0.0-rc • Public • Published

Product Card OG

Este es un despliegue de paquete de pruebas en NPM

Orlando Gomez

Ejemplo

import {
  ProductCard,
  ProductImage,
  ProductTitle,
  ProductButtons,
} from '../components';
<ProductCard product={product} initialValues={{ count: 0 }}>
  {() => (
    <>
      <ProductImage />
      <ProductTitle />
      <ProductButtons />
    </>
  )}
</ProductCard>

Readme

Keywords

Package Sidebar

Install

npm i product-card-og

Weekly Downloads

1

Version

1.0.0-rc

License

MIT

Unpacked Size

153 kB

Total Files

42

Last publish

Collaborators

  • orlando_gp