phone-input-react
Version:
Highly customizable phone input component with auto formatting.
44 lines (30 loc) • 1.75 kB
Markdown
# Phone Input React (TypeScript)
Highly customizable phone input component with auto formatting.
[](https://www.npmjs.com/package/phone-input-react)
[](https://www.npmjs.com/package/phone-input-react)
[](https://github.com/muhammad-umar-se/phone-input-react#contributing)
[](https://github.com/muhammad-umar-se/phone-input-react)
<!--  -->

## Installation
```shell-script
npm i phone-input-react --save
```
## Usage
```jsx
import PhoneInput from 'phone-input-react'
<PhoneInput
phoneNumber: string;
setPhoneNumber: (v: string|number) => void;
defaultFlag?: string;
startingSymbol?: string;
className?: string;
/>
```
## Contributing
- Code style changes not allowed
- Do not create issues about incorrect or missing country masks (of already present countries) or absent area codes (they will be closed). Only create issues if the subject is an actual mechanism that is not present in the component. Otherwise create a PR with a link that proves the correctness of your newly suggested mask or list of area codes
- Do not send new languages
## License
[](https://github.com/bl00mber/react-phone-input-2/blob/master/LICENSE)
Based on [libphonenumber-js](https://www.npmjs.com/package/libphonenumber-js)