Skip to content

SGI-CAPP-AT2/popAlert

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

popAlert

a simple alert for your webpage

simpler than anyother alert libraries out there

importing

use this cdn you know the drill

<script src="https://raw.githack.com/atoms19/popAlert/main/popAlert.min.js"></script>

usage

to make a new alert using popalert use pop_alert() function

structure

pop_alert(message,tile,button-text,darkmode:true/false)

first argument is the message you want to be alerted 2nd argument is the title {optional} 3rd argument is to change the text displayed on the button {optional} 4th argument is for turning on/off the darkmode {Boolean}

About

a simple alert for your webpage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%