Skip to content

wearespindle/select3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,097 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This is a stripped fork of the excellent bootstrap-select widget. Translations were removed(sorry, bring your own) to keep things simple.

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 85.2%
  • SCSS 13.1%
  • HTML 1.7%