react-country-province

1.0.2 • Public • Published

React-Country-Province

React-Country-Province is a component that handles country & province selection. Change the country and the province options get updated.

Country and province list originated from here

Parameters:

  • country: React.PropTypes.bool,
  • countryName: React.PropTypes.string,
  • countryValue: React.PropTypes.string,
  • countryLabel: React.PropTypes.string,
  • countryMulti: React.PropTypes.bool,
  • countryBringToTop: React.PropTypes.array,
  • province: React.PropTypes.bool,
  • provinceName: React.PropTypes.string,
  • provinceValue: React.PropTypes.string,
  • provinceLabel: React.PropTypes.string,
  • provinceMulti: React.PropTypes.bool,
  • defaultCss: React.PropTypes.bool,
  • onCountryChange: React.PropTypes.func,
  • onProvinceChange: React.PropTypes.func

Example

  React.render(
    (   
      <div>
        <h1>React Country/Region Select</h1>
 
        <p> 
          Making country / region selection suck less.
        </p>
 
        <ReactCR
              countryValue='US'
              provinceValue='CA' />
      </div>
    ),  
 
    document.body
  )

Package Sidebar

Install

npm i react-country-province

Weekly Downloads

35

Version

1.0.2

License

ISC

Last publish

Collaborators

  • wunderlink