Skip to content

Wrappers for JavaScript alert(), confirm(),prompt() and other custom dialogs option using Materialize framework

License

Notifications You must be signed in to change notification settings

ujjwalguptaofficial/MatDialog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

MatDialog.js is a JavaScript library for MatereializeCss which provides you functionalities to create dialog boxes without having to worry about creating, managing or removing any of the required DOM elements or JS event handlers.

Take a look at code for showing alert:

var MyDialog=new MatDialog();
MyDialog.alert( 'Hey I am Alert');

About

Wrappers for JavaScript alert(), confirm(),prompt() and other custom dialogs option using Materialize framework

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published