README
Dialogify
A javascript plugin for creating dialog/lightbox, implements with HTMLDialogElement.
Basic usage
new Dialogify('dialog content')
.title('dialog title')
.buttons([{type:Dialogify.BUTTON_PRIMARY}])
.showModal();
Usage and examples
https://oneupnetwork.github.io/dialogify/
Dependencies
Browser compatibility
All modern browser
Designed by
Contribute
- Fork & clone this repo
npm install npm install gulp-cli -g gulp build
- Create branch and commit your changes
- Open a pull request
Feel free to contribute
License
MIT