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

fkranenburg/MatDialog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 76.3%
  • HTML 15.5%
  • CSS 8.2%