basic-msgbox

use message box in your projects.

Usage no npm install needed!

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

README

basic-msgbox

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

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