1.0.5 • Published 7 years ago

chosen-bootstrap-theme v1.0.5

Weekly downloads
160
License
MIT
Repository
github
Last release
7 years ago

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