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

1.0.1-rc • Public • Published

JS-Product-Card

Este es un paquete de pruebas de despliegue en NPM

Jesús Sierra

Ejemplo

import { ProductButtons, ProductCard, ProductImage, ProductTitle } from 'ms-product-card';
const product = {
  id: '1',
  title: 'Coffee Mug - Card',
  // img: './coffee-mug.png',
}
<ProductCard
  product={product}
  initialValues={{
    count: 4,
    maxCount: 10,
  }}
>
  {({ reset, increaseBy, isMaxCountReached, count }) => (
    <>
      <ProductImage />
      <ProductTitle />
      <ProductButtons />
    </>
  )}
</ProductCard>

Package Sidebar

Install

npm i ms-product-card

Weekly Downloads

0

Version

1.0.1-rc

License

MIT

Unpacked Size

151 kB

Total Files

40

Last publish

Collaborators

  • jmsierra26