A Material theme for Chosen Select. Its also integrates very well with the Bootswatch Paper theme if your into that.
yarn add chosen-material-theme
npm install chosen-material-theme
bower install chosen-material-theme
# Gemfile
source 'https://rails-assets.org' do
gem 'rails-assets-chosen-material-theme'
end
# app/assets/stylesheets/application.scss
/*
*= require chosen-material-theme
*/
Created by Weston Ganger - @westonganger