@getbutterfly/roarjs
v1.1.0
Published
A zero-dependency, vanilla JavaScript alert/confirm replacement.
Downloads
5
Maintainers
Readme
RoarJS
A zero-dependency, vanilla JavaScript alert/confirm replacement.
Version: 1.1.0
https://getbutterfly.com/roarjs-vanilla-javascript-alert-confirm-replacement/
Usage
<script>
roar('This is the title', 'This is the message body.');
</script>