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

0.0.1 • Public • Published

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>

Readme

Keywords

Package Sidebar

Install

npm i jm-product-card

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

152 kB

Total Files

29

Last publish

Collaborators

  • jampier-moreno