cr-toast - Vaadin Add-on Directory
A Clash Royale styled toast notification for Polymer 2.
**[ This description is mirrored from README.md at [github.com/Dabolus/cr-toast](https://github.com//Dabolus/cr-toast/blob/2.0.0/README.md) on 2019-05-22 ]**
# \
A Clash Royale styled toast notification for Polymer 2.
Only one `cr-toast` at a time will be visible on screen.
Use `opened` to show the toast:
Example:
```html
```
Also `open()` or `show()` can be used to show the toast:
Example:
```html
Open Toast
...
openToast: function() {
this.$.toast.open();
}
```
Set `duration` to 0, a negative number or Infinity to persist the toast on screen:
Example:
```html
Show more
```
This element applies the mixin `--sc-ccbackbeat` but does not import `cr-fonts/cr-fonts.html`.
In order to apply the `SC CCBackBeat` font to this element, make sure you've imported `cr-fonts/cr-fonts.html`.
Online DemoDocumentation
GitHub Homepage
Issue tracker
View on GitHub
cr-toast version 2.0.0
### Dependencies
* polymer#Polymer/polymer#^2.0.0
* iron-overlay-behavior#PolymerElements/iron-overlay-behavior#^2.0.0