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
- Host: GitHub
- URL: https://github.com/ujjwalguptaofficial/matdialog
- Owner: ujjwalguptaofficial
- License: apache-2.0
- Created: 2017-05-02T16:47:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-28T03:18:12.000Z (over 8 years ago)
- Last Synced: 2025-04-05T03:03:02.550Z (7 months ago)
- Topics: javascript, materialize, materialize-css, materialize-dialog
- Language: JavaScript
- Homepage: https://ujjwalguptaofficial.github.io/MatDialog/
- Size: 1.17 MB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/