A lightweight JavaScript library for custom HTML <select> creation and managing. No dependencies needed.
npm install custom-select creation and managing.
Install with npm (recommended)
```
$ npm install --save custom-select
Or download the minified build file here.
(jquery version is alternative, not needed!)
With ES6 modules via the import statement:`js`
import customSelect from 'custom-select';require
In CommonJs environments with the function:`js`
var customSelect = require("custom-select").default;require().default
Note: the is necessary due to the babelify export system. script
In HTML with the tag:`html`