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

1.0.0-rc • Public • Published

DO-Product-Card

Este es un paquete de pruebas de despliegue en NPM

Amadeus Mp

Ejemplo

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

/mpa-product-card/

    Package Sidebar

    Install

    npm i mpa-product-card

    Weekly Downloads

    0

    Version

    1.0.0-rc

    License

    MIT

    Unpacked Size

    159 kB

    Total Files

    46

    Last publish

    Collaborators

    • amadeus-mpa