Bootstrap::Growl::Rails
Information
This gem is just an asset wrapper for bootstrap-notifiy JavaScript plugin by mouse0270 (https://github.com/mouse0270/bootstrap-growl). Please visit http://bootstrap-growl.remabledesigns.com/ for more details and social media praise.
Current Version
3.1.3
Documentation
Documentation can be found at http://bootstrap-growl.remabledesigns.com/#growl-documentation
Demo
Demo can be found at http://bootstrap-growl.remabledesigns.com/
Installation
Add this line to your application's Gemfile:
gem 'bootstrap-growl-rails'
And then execute:
$ bundle
Or install it yourself as:
$ gem install bootstrap-growl-rails
Usage
Add the following directive to your Javascript manifest file (application.js):
//= require bootstrap-notify
Add the following directive to your Stylesheet manifest file (application.css):
*= require animate
Please see the documentation at http://bootstrap-growl.remabledesigns.com/#growl-documentation for plugin usage instructions.
Versioning
bootstrap-growl-rails 2.0.0 == bootstrap-growl.js 2.0.0
Contributing
- Fork it ( https://github.com/[my-github-username]/bootstrap-growl-rails/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request