1.4.0 • Published 5 years ago

@braydentw/popupjs v1.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

@braydentw/popupjs

npm (scoped)

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
1.4.0

5 years ago

1.3.5

5 years ago

1.3.4

5 years ago

1.3.3

5 years ago

1.3.2

5 years ago

1.3.1

5 years ago

1.1.0

6 years ago

1.0.0

6 years ago