react-country-state-city
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "react-country-state-city", | ||
"version": "1.0.5", | ||
"description": "React-country-state-city allows you to create a Select dropdown for countries, states, cities with search options.And also provide the language select bar.", | ||
"version": "1.0.6", | ||
"description": "React-country-state-city allows you to create a Select dropdown for countries, states, cities with search options.And also provide the option to create a language select dropdown to list all Languages.", | ||
"main": "dist/cjs/index.js", | ||
@@ -6,0 +6,0 @@ "module": "dist/esm/index.js", |
# React-country-state-city | ||
React-country-state-city allows you to create a responsive country, state, city dropdown with search options. | ||
React-country-state-city allows you to create a responsive country, state, city dropdown with search options. And also provide the option to create a language select dropdown to list all Languages. | ||
@@ -21,2 +21,3 @@ ## Installation | ||
- And much more ! | ||
- Language dropdown to list and search all languages in English and native too. | ||
@@ -30,2 +31,3 @@ ## The gist | ||
StateSelect, | ||
LanguageSelect, | ||
} from "react-country-state-city"; | ||
@@ -63,2 +65,9 @@ import "react-country-state-city/dist/react-country-state-city.css"; | ||
/> | ||
<h6>Language</h6> | ||
<CitySelect | ||
onChange={(e) => { | ||
console.log(e); | ||
}} | ||
placeHolder="Select Language" | ||
/> | ||
</div> | ||
@@ -65,0 +74,0 @@ ); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
106536
147