0.2.0 • Published 5 months ago

cvs-product-card v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

CVS-Product-Card

Este es un paquete de pruebas de despliegue en NPM

Francisco Valle

Ejemplo

import {
  ProductButtons,
  ProductCard,
  ProductImage,
  ProductTitle,
} from "cvs-product-card";
      <ProductCard
        product={product}
        initialValues={{
          count: 4,
          // maxCount: 10,
        }}
      >
        {() => (
          <>
            <ProductImage />
            <ProductTitle />
            <ProductButtons />
          </>
        )}
      </ProductCard>
0.2.0

5 months ago

0.1.0

5 months ago