Skip to content

westonganger/chosen-bootstrap-theme

Repository files navigation

chosen-bootstrap-theme

NPM Version NPM Downloads Buy Me a Coffee

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