chosen-bootstrap-theme
v1.0.5
Published
A Bootstrap theme for Chosen Select that actually looks like Bootstrap
Downloads
242
Maintainers
Readme
chosen-bootstrap-theme
A Bootstrap theme for Chosen Select that actually looks like Bootstrap.
Install
Yarn, NPM, or Bower
yarn add chosen-material-theme
npm install chosen-material-theme
bower install chosen-material-theme
Rails
# Gemfile
source 'https://rails-assets.org' do
gem 'rails-assets-chosen-bootstrap-theme'
end
# app/assets/stylesheets/application.scss
/*
*= require chosen-bootstrap-theme
*/
Credits
Created by Weston Ganger - @westonganger
Plugin adapted from this gist by @koenpunt