Skip to content

Instantly share code, notes, and snippets.

@xhimalaya
xhimalaya / index.html
Created June 26, 2022 15:09
Toastr Example
<p>Click <a href="http://codeseven.github.io/toastr/demo.html" target="_blank">here</a> for more examples.</p>
<br/>
<p>You'll notice that the JS is more or less empty and is just what I need to make the example work.</p>
<p>I linked my CodePen to use the following two files:</p>
<ul>
<li><a href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.css" target="_blank">toastr.min.css</a></li>
<li><a href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.js" target="_blank">toastr.min.js</a></li>
</ul>