chosen-bootstrap-theme

A Bootstrap theme for Chosen Select that actually looks like Bootstrap

MIT License

Downloads
75
Stars
8
Committers
1

chosen-bootstrap-theme

A Bootstrap theme for Chosen Select that actually looks like Bootstrap.

Install

Yarn, NPM, or Bower

yarn add chosen-bootstrap-theme

npm install chosen-bootstrap-theme

bower install chosen-bootstrap-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