Gathering detailed insights and metrics for gustavolbs-react-international-phone
Gathering detailed insights and metrics for gustavolbs-react-international-phone
Gathering detailed insights and metrics for gustavolbs-react-international-phone
Gathering detailed insights and metrics for gustavolbs-react-international-phone
☎️ International phone input component for React
npm install gustavolbs-react-international-phone
Typescript
Module System
Node Version
NPM Version
TypeScript (94.48%)
SCSS (3.33%)
JavaScript (1.4%)
CSS (0.63%)
HTML (0.1%)
Shell (0.06%)
Total Downloads
5,110
Last Day
1
Last Week
1
Last Month
21
Last Year
4,065
MIT License
387 Stars
606 Commits
68 Forks
3 Watchers
2 Branches
15 Contributors
Updated on Jul 31, 2025
Latest Version
4.2.7
Package Id
gustavolbs-react-international-phone@4.2.7
Unpacked Size
100.43 kB
Size
31.98 kB
File Count
45
NPM Version
10.2.4
Node Version
18.19.1
Published on
Apr 08, 2024
Cumulative downloads
Total Downloads
Last Day
0%
1
Compared to previous day
Last Week
-88.9%
1
Compared to previous week
Last Month
-12.5%
21
Compared to previous month
Last Year
289%
4,065
Compared to previous year
1
73
🤙 International phone input component for React
1$ npm i react-international-phone
1import { useState } from 'react'; 2import { PhoneInput } from 'react-international-phone'; 3import 'react-international-phone/style.css'; 4 5const App = () => { 6 const [phone, setPhone] = useState(''); 7 8 return ( 9 <div> 10 <PhoneInput 11 defaultCountry="ua" 12 value={phone} 13 onChange={(phone) => setPhone(phone)} 14 /> 15 </div> 16 ); 17};
Find the full API reference on official documentation.
You can encounter some breaking changes after update between major versions.
Checkout migration documents that contain a list of breaking changes and ways to migrate:
Update from v3 to v4
Update from v2 to v3
Update from v1 to v2
No vulnerabilities found.