🍞 MyFakeToast 🍞
A JS plugin to show a "toast like" popup message to be used in HTML application.
DEMO
ScreenShot:
How to use
Add my-fake-toast.js into the html page's head
<script src="js/my-fake-toast.js"></script>
To show up the toast use the command bellow:
toastMe(msg(string), time(ms), position(Top|Center|Bot); e.g. toastMe("Hi! I'm a toast!", 2000, "Bot");