# jdpv-product-card

> Este es un paquete de pruebas de despliegue en NPM

Latest version **1.0.0-rc** (published 2022-01-24) · MIT license · 0 weekly downloads

## Install

```sh
npm install jdpv-product-card
pnpm add jdpv-product-card
yarn add jdpv-product-card
bun add jdpv-product-card
```

## Health

**Score 30/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0-rc |
| Published | 2022-01-24 |
| First published | 2022-01-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | >=10 |
| Dependencies | 1 |
| Unpacked size | 148.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | john Pablo Valverde |
| Maintainers | johnpablovalverde |
| Keywords | product, card, john, pablo |

## Links

- npm: https://www.npmjs.com/package/jdpv-product-card
- Repository: https://github.com/johnpablo7/jdpv-product-card
- Homepage: https://github.com/johnpablo7/jdpv-product-card#readme
- Issues: https://github.com/johnpablo7/jdpv-product-card/issues
- npm.io page: https://npm.io/package/jdpv-product-card

## Dependencies (1)

- [react-test-renderer](https://npm.io/package/react-test-renderer.md) ^17.0.2

## Recent versions

- 1.0.0-rc (latest) — 2022-01-24
- 0.0.1 — 2022-01-24

## README

# JDPV-Product-Card

Este es un paquete de pruebas de despliegue en NPM

### John Davis Pablo V.

## Ejemplo

```
import {
  ProductButtons,
  ProductCard,
  ProductImage,
  ProductTitle,
} from "jdpv-product-card";
```

```
<ProductCard
  product={product}
  initialValues={{
    count: 4,
    maxCount: 10,
  }}
>
  {({ reset, count, isMaxCountReached, maxCount, increaseBy }) => (
    <>
      <ProductImage />
      <ProductTitle />
      <ProductButtons />
    </>
  )}
</ProductCard>
```

---
_Source: https://npm.io/package/jdpv-product-card · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
