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

0.0.1 • Public • Published

jdmp-product-card

Este es un paquete de prueba de despliegue NPM

Jesus Dario Marenco Porto

##Ejemplo

import {ProductCard, ProductImage, ProductTitle, ProductButtons} from 'jdmp-product-card';
<ProductCard
  product={product}
  initialValues={{
    count: 4,
  }}
>
  {({ reset, count, increaseBy, isMaxCountReached }) => (
    <>
      <ProductImage />
      <ProductTitle />
      <ProductButtons/>
    </>
  )}
</ProductCard>

/jdmp-product-card/

    Package Sidebar

    Install

    npm i jdmp-product-card

    Weekly Downloads

    0

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    150 kB

    Total Files

    40

    Last publish

    Collaborators

    • devdaro