Directory

cr-toast - Vaadin Add-on Directory

A Clash Royale styled toast notification for Polymer 2. cr-toast - Vaadin Add-on Directory
**[ 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`.