# ta-product-card

> Este es un paquete de pruebas de despliegue en NPM

Latest version **0.0.2** (published 2022-09-07) · MIT license · 0 weekly downloads

## Install

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

## Health

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

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

Warnings: low downloads; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.2 |
| Published | 2022-09-07 |
| First published | 2022-09-07 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | >=10 |
| Dependencies | 0 |
| Unpacked size | 154.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | tomychi |
| Maintainers | tomychi |
| Keywords | product, card, tomas, arcostanzo, tomychi |

## Links

- npm: https://www.npmjs.com/package/ta-product-card
- Repository: https://github.com/tomychi/ta-product-card
- Homepage: https://tomychi.github.io/my-first-portfolio/
- Issues: https://github.com/tomychi/ta-product-card/issues
- npm.io page: https://npm.io/package/ta-product-card

## Alternatives

- [jsforce](https://npm.io/package/jsforce.md) — 851.2K weekly downloads
- [react-native-qrcode-svg](https://npm.io/package/react-native-qrcode-svg.md) — 693.5K weekly downloads
- [@salesforce/plugin-data](https://npm.io/package/@salesforce/plugin-data.md) — 394.9K weekly downloads
- [@backstage/plugin-search-common](https://npm.io/package/@backstage/plugin-search-common.md) — 308.5K weekly downloads
- [@chain-registry/types](https://npm.io/package/@chain-registry/types.md) — 38.4K weekly downloads

## Recent versions

- 0.0.2 (latest) — 2022-09-07
- 0.0.1 — 2022-09-07

## README

# TA-Product-Card

Este es un paquete de pruebas de despliegue en NPM

### Tomas Arcostanzo

## Ejemplo

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

```
const product = {
    id: '1',
    title: 'Coffee Mug - Card',
    img: './coffee-mug.png',
};


    <ProductCard
        product={product}
        initialValues = {{
            quantity: 4,
            // maxQuantity: 10,
        }}
    >
        {
            ( {reset, quantity, isMaxQuantityReached, increaseBy, maxQuantity} ) => (
                <>
                    <ProductImage />
                    <ProductTitle  />
                    <ProductButtons />
                </>
            )
        }
    </ProductCard>



```

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