1.0.2 • Published 10 years ago

react-country-province v1.0.2

Weekly downloads
15
License
ISC
Repository
github
Last release
10 years ago

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
  )
1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago