# @berlitz/input-v2

> InputV2 component for the Max Design System

Latest version **0.1.2** (published 2023-09-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install @berlitz/input-v2
pnpm add @berlitz/input-v2
yarn add @berlitz/input-v2
bun add @berlitz/input-v2
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.2 |
| Published | 2023-09-07 |
| First published | 2023-09-01 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 11 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | berlitz |

## Links

- npm: https://www.npmjs.com/package/@berlitz/input-v2
- Homepage: https://github.com/berlitz-global/max/blob/master/components/input-v2/CHANGELOG.md
- npm.io page: https://npm.io/package/@berlitz/input-v2

## Dependencies (2)

- [react-input-mask](https://npm.io/package/react-input-mask.md) ^2.0.4
- [react-phone-input-2](https://npm.io/package/react-phone-input-2.md) ^2.15.1

## Recent versions

- 0.1.2 (latest) — 2023-09-07
- 0.1.1 — 2023-09-04
- 0.1.0 — 2023-09-01

## README

# InputV2 [![npm version](https://img.shields.io/npm/v/@berlitz/Input-v2.svg)](https://www.npmjs.com/package/@berlitz/input-v2)

TODO _what does this component do?_

### When to use this component

TODO _fill this in, delete if not relevant_

## Installation

TODO _how do you install it?_

```shell
yarn add @berlitz/input-v2
```

## Props

TODO _fill this in, delete if not relevant_

| Prop | Type | Required | Default | Description |
| ---- | ---- | -------- | ------- | ----------- |
| TODO |      |          |         |             |

## Usage

```jsx
// TODO fill this in
import InputV2 from '@berlitz/input-v2'
const MyApp = () => <InputV2 />
```

### Notes

TODO _fill this in, delete if not relevant_

---
_Source: https://npm.io/package/@berlitz/input-v2 · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
