react-select-country-list
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "react-select-country-list", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Maps ISO 3166-1-alpha-2 codes to English country names and match react-select options props", | ||
@@ -5,0 +5,0 @@ "main": "country-list.js", |
@@ -62,2 +62,6 @@ # country-list | ||
```js | ||
import React, { Component } from 'react'; | ||
import Select from 'react-select' | ||
import countryList from 'react-select-country-list' | ||
class CountrySelector extends Component { | ||
@@ -64,0 +68,0 @@ constructor(props) { |
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
18737
106