Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hanhdt/happy_toastr

Simple toast notifications.
https://github.com/hanhdt/happy_toastr

Last synced: 4 days ago
JSON representation

Simple toast notifications.

Awesome Lists containing this project

README

        

# happy_toastr

A wrapper Rails gem of ToastrJS lib - simple toast notifications.
[Check more configurations](https://github.com/CodeSeven/toastr)

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'happy_toastr'
```

And then execute:

$bundle

Or install it yourself as:

$gem install happy_toastr

## Usage

### Include javascript and stylesheet

* In the app/assets/javascripts/application.js

```javascript
//= require toastr
```

or minified asset

```javascript
//= require toastr.min
```

* In the app/assets/stylesheets/applications.css

```css
*= require toastr
```

or minified asset

```css
*= require toastr.min
```

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/hanhdt/happy_toastr. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.

## License

The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

## Code of Conduct

Everyone interacting in the HappyToastr project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/hanhdt/happy_toastr/blob/master/CODE_OF_CONDUCT.md).