
A lightweight and fast JavaScript library for creating beautiful confirm and/or alert dialog boxes inspired by Google’s Material Design.
How to use it:
Add the stylesheet material-modal.css and JavaScript file material-modal.js into the webpage.
<link rel="stylesheet" href="material-modal.css"> <script src="material-modal.js"></script>
Create an alert dialog on the screen.
materialAlert(title, text, callback)
Create a confirm dialog with ‘Ok’ and ‘Cancel’ buttons on the screen.
materialConfirm(title, text, callback)
Changelog:
09/03/2018
- JS & CSS update








exelent..