Skip to content
This repository has been archived by the owner on Aug 29, 2022. It is now read-only.

join-com/rc-phone-input

 
 

Repository files navigation

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

About

React component for entering telephone numbers with IP lookup

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 88.9%
  • CSS 8.5%
  • HTML 1.4%
  • JavaScript 1.2%