1.0.18 • Published 5 years ago

rc-phone-input v1.0.18

Weekly downloads
21
License
MIT
Repository
github
Last release
5 years ago

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) } />
)