2.0.7 • Published 3 years ago

countries-state-city-dropdown v2.0.7

Weekly downloads
10
License
ISC
Repository
-
Last release
3 years ago

what is this ?

Get all states and citys and countries

installation

npm i countries-state-city-dropdown --save

Then...

import worldData from 'countries-state-city-dropdown'

#Get list of all Countries

 const countriesList = worldData.getAllCountries();

#Get list of all States from World

 const statesList = worldData.getAllStates();

Get list of all Cities from world

 const citiesList = worldData.getAllCitys();
 
2.0.7

3 years ago

2.0.6

3 years ago

2.0.5

3 years ago

2.0.3

3 years ago

2.0.4

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.0

3 years ago