Skip to content

CustomAlert v1.2.0 Release Bugs Fixed!

Choose a tag to compare

@customalert customalert released this 08 Jun 19:02
· 43 commits to master since this release
c5828b6

v1.2.0 Hot Fix!

  • Popup Notification Added!
  • Responsive Code Added!
  • Some Improvement On Design!
  • Codes Are Minify.
<!-- CustomAlert JS CDN -->
<script defer src="https://cdn.jsdelivr.net/gh/customalert/customalert@1.2.0/customalert.js"></script>
<!-- CustomAlert CSS CDN -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/customalert/customalert@1.2.0/customalert.css">

Use This CDN To Your Site.

Some Examples

//Toast Notification Calling

Toast({
icon: ''succes'',
text: ''Success! This Is A Success Message.'',
timer: ''5000'' //Here 1sec = 1000ms.
)};

//Popup Notification Calling

Popup({
icon: ''succes'',
title: '''Success!'',
text: ''Success! This Is A Success Message.''
)};

Author: MD Abu Talha Siam