npm.io
1.0.0 • Published 7 years ago

ms-countries

Licence
MIT
Version
1.0.0
Deps
0
Size
9 kB
Vulns
0
Weekly
0

Modern Slavery Countries

Exports a list of Countries to be used in the modern slavery app.

Can be used with the Typeahead Aria, which is exported with HOF Frontend Assets.

Example Usage

The following is an example of Modern Slavery Countries in a HOF field with Typeahead Aria:

'country-select'-step: {
  mixin: 'select',
  className: ['typeahead', 'js-hidden'],
  options: [''].concat(require('ms-countries')),
  legend: {
    className: 'visuallyhidden'
  },
  validate: ['required']
},

Keywords