simplebar-rails wraps the SimpleBar library in a Rails engine for simple use with the asset pipeline provided by Rails 3.1 and higher.
Add this line to your application's Gemfile:
gem 'simplebar-rails'
And then execute:
$ bundle
Or install it yourself as:
$ gem install simplebar-rails
Add the following directive to your application.js
:
//= require simplebar
Add the following directive to your application.css
:
*= require simplebar
Bug reports and pull requests regarding Simplebar itself should go to https://github.com/Grsmto/simplebar. If you find an issue with how this gem works, report it here: https://github.com/thutterer/simplebar-rails.
The gem is available as open source under the terms of the MIT License.