# @berlitz/phone-input2

> PhoneInput2 component for the Max Design System

Latest version **0.2.3** (published 2025-04-21) · MIT license · 0 weekly downloads

## Install

```sh
npm install @berlitz/phone-input2
pnpm add @berlitz/phone-input2
yarn add @berlitz/phone-input2
bun add @berlitz/phone-input2
```

## Health

**Score 25/100 (F)** — status: maintenance-mode.

Positive: no vulnerabilities.

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

Negative: stale; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.2.3 |
| Published | 2025-04-21 |
| First published | 2024-02-16 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 17.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | berlitz |

## Links

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

## 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.2.3 (latest) — 2025-04-21
- 0.2.2 — 2025-04-16
- 0.2.1 — 2025-04-16
- 0.2.0 — 2025-04-16
- 0.1.6 — 2024-08-12
- 0.1.5 — 2024-08-09
- 0.1.4 — 2024-07-24
- 0.1.3 — 2024-04-24
- 0.1.2 — 2024-04-02
- 0.1.1 — 2024-03-15
- 0.1.0 — 2024-02-16

## README

# PhoneInput2 [![npm version](https://img.shields.io/npm/v/@berlitz/phone-input2.svg)](https://www.npmjs.com/package/@berlitz/phone-input2)

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/phone-input2
```

## Props

TODO _fill this in, delete if not relevant_

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

## Usage

```jsx
// TODO fill this in
import PhoneInput2 from '@berlitz/phone-input2'
const MyApp = () => <PhoneInput2/>
```

### Notes

TODO _fill this in, delete if not relevant_

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