Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

rc-phone-input

pitronalldak15MIT1.0.18

React component for entering telephone numbers with Ip lookup

rc-phone-component, react-component, react-phone-input, react-phone-number-input, react-telephone-input, react-tel-input, international-telephone-input, react

readme

rc-phone-input

npm version npm downloads

International phone number <input/> in React with Ip-lookup

See Demo

Screenshots

Installation

npm install rc-phone-input --save

Usage

import RCPhoneInput from 'rc-phone-input'

return (
    <RCPhoneInput
        value="+79152881980"
        onChange={ value => console.log(value) } />
)