0.0.1 • Published 2 years ago

jm-product-card v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

JM-PRODUCT-CARD

Este es un paquete de prubas de despliegue en NPM

Jampier Moreno

Ejemplo

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