@oneup_network/dialogify

A javascript plugin for creating dialog/lightbox, implements with HTMLDialogElement.

Usage no npm install needed!

<script type="module">
  import oneupNetworkDialogify from 'https://cdn.skypack.dev/@oneup_network/dialogify';
</script>

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();

basic dialogify

Usage and examples

https://oneupnetwork.github.io/dialogify/

Dependencies

Browser compatibility

All modern browser

Designed by

Phoebe

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