select3
v0.1.32
Published
ES2015/Browserify/Bootstrap-less fork of the excellent bootstrap-select widget. Depends on Jquery.
Downloads
650
Readme
Select3
This is a stripped fork of the excellent bootstrap-select widget. Translations were removed(sorry, bring your own) to keep things simple.
Why?
- ES2015 is easier to read/maintain
- Integrates well with npm/browserify
Usage
npm install Select3
# From your Browserify workflow code(e.g. vendor.js)
const select3 = require('select3');