1.0.0-rc • Published 9 months ago

jd-product-card-react-ts v1.0.0-rc

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

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

9 months ago

0.0.1

9 months ago