Style select

Full styling for select boxes. No jQuery.

StyleSelect was made when looking for a modern equivalent of Chosen and Selectize for a project where jQuery wasn't used.

Demo

So we've included `styleselect.scss` in our SASS and loaded the AMD module. To style a select box, just run `styleSelect` with a CSS-style selector:

styleSelect('select.some-class');

That's all. Here's one we just made:

Simple. From here on you'll probably want to open styleselect.scss and tweak styling.

Get StyleSelect

npm/browserify users

npm install styleselect

AMD/require.js users

Download

Feature Additions and Pull Requests

There's a bunch of useful features I'd like in StyleSelect, to please feel free to add them!

Author and Credits

Style Select is by Mike.

Style Select originally began as a fork of VisualSelect - Style Select adds significant bugfixes, entirely new SASS, and docs. The license has also been changed from WTFPL to the MIT license.