An open API service indexing awesome lists of open source software.

https://github.com/ujjwalguptaofficial/matdialog

Wrappers for JavaScript alert(), confirm(),prompt() and other custom dialogs option using Materialize framework
https://github.com/ujjwalguptaofficial/matdialog

javascript materialize materialize-css materialize-dialog

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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');

```
## For more goto doc page - https://ujjwalguptaofficial.github.io/MatDialog/