rudmanmrrod / material-dialog

Javascript implementatition of materialize modal's

Home Page:https://rudmanmrrod.github.io/material-dialog/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

material-dialog

Javascript implementation of materialize modal's

A simple library tinked to easy Materialize JavaScript Modals

This

<div id="modal1" class="modal">
	<div class="modal-content">
		<h4>Alert</h4>
		<p>Hello</p>
	</div>
	<div class="modal-footer">
		<a href="#!" class="btn modal-close">Close</a>
	</div>
</div>

Can be simplified to

MaterialDialog.alert("Hello");	

Try yourself

See in action Here

About

Javascript implementatition of materialize modal's

https://rudmanmrrod.github.io/material-dialog/

License:GNU General Public License v3.0


Languages

Language:HTML 58.0%Language:JavaScript 42.0%