react-country
DEPRECATED
react country help you search the country / city / country code / city code.
Now use the react-select
to solve the style work.
Demo
Installation
You can install react-country
component using the npm
.
npm install react-country --save
Usage
-
Require the
react-country
componentvar CountryList = CountryList; -
Start using it
Raw js:
ReactJSX:
<CountryList />
** Note **
If you want to use the react-select
style, please import the css in css/feault.css
.
Or you can check the doc in react-select to get more info.
Callbacks
onChange
after you input the value, it return the country or city name you select.
Todo
- customize theme
- add country code search
Data source
License
MIT @ctxhou