dsandber / bootstrap-multiselect-rails

Add Bootstrap Multiselect v0.9.5 to your rails app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bootstrap Multiselect Rails

Easily add bootstrap-multiselect v0.9.9 to your Rails application using the asset pipeline.

Installation

Add this line to your application's Gemfile:

gem 'bootstrap-multiselect-rails'

And then execute:

$ bundle

Usage

In application.js:

//= require bootstrap-multiselect

In application.css:

*= require bootstrap-multiselect

License

bootstrap-multiselect-rails is under the MIT license.

About

Add Bootstrap Multiselect v0.9.5 to your rails app

License:MIT License


Languages

Language:Ruby 93.2%Language:JavaScript 3.7%Language:CSS 3.1%