itsNikolay / bootstrap-multiselect-rails

Add Bootstrap Multiselect to your rails app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bootstrap Multiselect Rails

Easily add bootstrap-multiselect 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 to your rails app

License:MIT License


Languages

Language:Ruby 93.3%Language:JavaScript 3.6%Language:CSS 3.1%