Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 415 Bytes

File metadata and controls

12 lines (9 loc) · 415 Bytes

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');