Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/benjamincanac/bootstrap-multiselect-rails

Add Bootstrap Multiselect v0.9.13 to your rails app
https://github.com/benjamincanac/bootstrap-multiselect-rails

Last synced: 10 days ago
JSON representation

Add Bootstrap Multiselect v0.9.13 to your rails app

Awesome Lists containing this project

README

        

# Bootstrap Multiselect Rails

Easily add [bootstrap-multiselect v0.9.15](https://github.com/davidstutz/bootstrap-multiselect.git) 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.