basic-messagebox

use message box in your projects.

Usage no npm install needed!

<script type="module">
  import basicMessagebox from 'https://cdn.skypack.dev/basic-messagebox';
</script>

README

@win/messagebox

use basic message box in your projects to alert yourself. basic usage:

const msgbox = require("messagebox");
msgbox.warning("you got a warning.","warning")