@taufik-nurrohman/option-picker

Just a generic custom `<select>` element with accessibility in mind.

Usage no npm install needed!

<script type="module">
  import taufikNurrohmanOptionPicker from 'https://cdn.skypack.dev/@taufik-nurrohman/option-picker';
</script>

README

Option Picker

Just a generic custom <select> element with accessibility in mind.

Option Picker

Demo and Documentation

Contribute

  • Please do not make pull requests by editing the files that are in the root of the project. They are generated automatically by the build tool.
  • Install Git and Node.js
  • Run git clone https://github.com/taufik-nurrohman/option-picker.git
  • Run cd option-picker && npm install --save-dev
  • Edit the files in the .github/source folder.
  • Run npm run pack to generate the production ready files.

Release Notes

1.2.1

  • Added CSS variables for easy integration with third-party applications.

1.1.4

  • Changed CSS classes to follow the BEM approach.
  • Maintenance.

1.0.1

  • Fixed broken picker.pop() response.
  • Removed picker.value property.

1.0.0

  • Initial release.