Toast
- Design References
- Material Snackbar
- Ionic Toast
- Uplabs Snackbars
- HTML
- If you want a toast to popup when clicking, define your options in the html.
- data-status values can be success, info, warning or danger.
- data-message is the text you wish to display.
- data-button is the text on the button.
- data-icon is the name of the icon you wish to place in the button.
- JS
- You could also launch the toast with JS by using the function showToast ( status, msg, btn, icon ).
- Dependencies
- jQuery
- Size
- Under 2k
See the Pen Toast by btn.ninja (@btn-ninja) on CodePen.