jd-product-card-react-ts
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-rc • Public • Published

JD-Product-Card

Este es un paquete de pruebas de despliegue en NPM

Jorge Díaz

Example

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

Readme

Keywords

Package Sidebar

Install

npm i jd-product-card-react-ts

Weekly Downloads

7

Version

1.0.0-rc

License

MIT

Unpacked Size

180 kB

Total Files

49

Last publish

Collaborators

  • lebrix