Wednesday, December 11, 2013

Download iToast Notification Messages with Icons

iToast Notification Messages with Icons

iToast Notification Messages with Icons dowload

iToast is a javascript notification plugin with 220 icons. It’s super simple to create a gorgeous notification (or toast). Just do this: iToast.showToast('You are great!'); It is also easily configurable: iToast.showToast('You are great!',{ title:'Congrats!', icon: 'twitter', theme: 'asphalt', position: 'bottom left', onClick: function(e) { //do something } }); The notification animation looks amazing and is very intuitive
iToast is a javascript notification plugin with 220 icons. It’s super simple to create a gorgeous notification (or toast). Just do this:
 iToast.showToast('You are great!'); 
It is also easily configurable:
 iToast.showToast('You are great!',{   title:'Congrats!',   icon: 'twitter',   theme: 'asphalt',   position: 'bottom left',   onClick: function(e) {     //do something   } }); 

The notification animation looks amazing and is very intuitive. Please try the live preview to truly experience the look and feel.

jQuery is not required, so it is compatible with literally any project.

Fully browser compatible with Google Chrome, Firefox, Internet Explorer 7 and up, and Opera (Animations not visible on IE7 -9).

iToast Notification Messages with Icons dowload

No comments:

Post a Comment