1.0.0-rc • Published 1 year ago

product-card-og v1.0.0-rc

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

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>
1.0.0-rc

1 year ago

0.0.1

1 year ago