Skip to content

CustomAlert v2.0.0 Release Bugs Fixed!

Choose a tag to compare

@customalert customalert released this 09 Jun 17:39
· 25 commits to master since this release
879e13d

v2.0.0 Bugs Fixed!

  • Properly Bugs Fixed!
  • Proper Responsive Code Added!
  • Some Improvement On Design!
  • Codes Are Minify.
<!-- CustomAlert JS CDN -->
<script defer src="https://cdn.jsdelivr.net/gh/customalert/customalert@2.0.0/customalert.js"></script>
<!-- CustomAlert CSS CDN -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/customalert/customalert@2.0.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