Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/benjamincanac/bootstrap-multiselect-rails
- Owner: benjamincanac
- License: mit
- Created: 2013-07-19T08:42:14.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-02-01T10:20:36.000Z (almost 5 years ago)
- Last Synced: 2024-05-01T13:24:05.374Z (6 months ago)
- Language: Ruby
- Homepage:
- Size: 78.1 KB
- Stars: 37
- Watchers: 2
- Forks: 42
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
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.