SweetAlert2
Rails Gem for SweetAlert2
If there are any issues, post them here. I am very active on GitHub.
Installation
Add this line to your application's Gemfile:
gem 'sweetalert2'
And then execute:
$ bundle
Or install it yourself as:
$ gem install sweetalert2
Usage
Just like this:
application.js:
//= require sweetalert2
application.css:
*= require sweetalert2
Contributing
- Fork it ( http://github.com/KMontag42/sweetalert2-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 new Pull Request