1.4.0 • Published 5 years ago
@braydentw/popupjs v1.4.0
@braydentw/popupjs
Usage
// HTML
<script src="https://unpkg.com/@braydentw/popupjs@1.3.4/index.min.js"></script>
// JavaScript
button.addEventListener("click", () => {
renderPopupJS("Title", "This is a message...");
// Renders a pop up modal with a title and message
});
// You MUST fill in the two parameters