Skip to content

CustomAlert v2.1.1 Release Bugs Fixed!

Choose a tag to compare

@customalert customalert released this 19 Jul 06:16
· 7 commits to master since this release
b1c3032

v2.1.1 Bugs Fixed!

  • Properly Bugs Fixed!
  • Proper Responsive Code Added!
  • Some Improvement On Design!
  • Codes Are Minify.
<!-- CustomAlert JS CDN -->
<script src="https://cdn.jsdelivr.net/npm/@customalert/customalert@2.1.1"></script>

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