@join-com/rc-phone-input
v1.5.4
Published
React component for entering telephone numbers
Downloads
50
Maintainers
Readme
rc-phone-input
International phone number <input/>
in React with Ip-lookup
Screenshots
Installation
npm install rc-phone-input --save
Usage
import RCPhoneInput from 'rc-phone-input'
return (
<RCPhoneInput
value="+79152881980"
onChange={ value => console.log(value) } />
)