Styleable select elements built on Tether
npm install tether-select

Select.js is a Javascript and CSS library for creating styleable select elements. It aims to reproduce the behavior of native controls as much as is possible, while allowing for complete styling with CSS.
__Dependencies__
* __Tether__
Installing via npm and bower will bring in the above dependencies as well.
__npm__
``sh`
$ npm install tether-select
__bower__
`sh`
$ bower install tether-select
`javascript``
let selectInstance = new Select({
el: document.querySelector('select.select-target'),
className: 'select-theme-default'
})
We encourage contributions of all kinds. If you would like to contribute in some way, please review our guidelines for contributing.