# ycruz-product-card

> Este es un paquete de pruebas de despliegue en NPM.

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

## Install

```sh
npm install ycruz-product-card
pnpm add ycruz-product-card
yarn add ycruz-product-card
bun add ycruz-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-08-13 |
| First published | 2022-08-12 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | >=10 |
| Dependencies | 3 |
| Unpacked size | 149.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Yhon Steven Cruz |
| Maintainers | steven_cruz007 |
| Keywords | product, card, yhon, cruz |

## Links

- npm: https://www.npmjs.com/package/ycruz-product-card
- Repository: https://github.com/cruz19/ycruz-product-carrd
- Homepage: https://www.google.com
- Issues: https://github.com/cruz19/ycruz-product-carrd/issues
- npm.io page: https://npm.io/package/ycruz-product-card

## Dependencies (3)

- [jest](https://npm.io/package/jest.md) ^25.5.4
- [babel-jest](https://npm.io/package/babel-jest.md) ^28.1.3
- [react-test-renderer](https://npm.io/package/react-test-renderer.md) ^18.2.0

## Recent versions

- 1.0.0-rc (latest) — 2022-08-13
- 0.0.1 — 2022-08-12

## README

# YCRUZ-Product-Card

Este es un paquete de pruebas de despliegue en NPM.

### Steven Cruz

## Ejemplo

```
import {ProductCard, ProductImage, ProductTitle, ProductButtons} from 'ycruz-product-card';
```

```
<ProductCard
    product={product}
    className='bg-dark text-white'                
    initialValues={{
    count: 4,
    // maxCount: 10
    }}
>
    {
    ({ increaseBy, count, reset, maxCount, isMaxCountReached }) => (
        <>
        <ProductImage />
        <ProductTitle />
        <ProductButtons />
        </>
    )
    }
</ProductCard>
```

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