Toast for web and mobile.
Simple and beautiful.
Using bower
bower install geidsonbc/dialogs --save
Include locally:
<script src="{your-url}/toast.min.js" charset="utf-8"></script>
<link rel="stylesheet" href="{your-url}/toast.min.css">
Or remote:
<script src="https://raw.githubusercontent.com/geidsonbc/toast/master/dist/toast.min.js" charset="utf-8"></script>
<link rel="stylesheet" href="https://raw.githubusercontent.com/geidsonbc/toast/master/dist/toast.min.css">
- Normal
toast('normal');
- Time
toast('time', 100);
- Infinite
toast('infinite', -1);
- Fork it!
- Create a new branch
- Commit your changes
- Push to the branch
- Submit a pull request :D
Licensed under the MIT License.