Skip to content

v2.2.2: Add files via upload

Latest

Choose a tag to compare

@customalert customalert released this 19 Sep 16:18
· 4 commits to master since this release
401fb4c

v2.2.2 Bugs Fixed!

  • Properly Bugs Fixed!
  • Proper Position Fixed in Toast Message!
  • Some Improvement On Design!
  • Codes Are Minify And Buatified.
<!-- CustomAlert JS CDN -->
<script src="https://cdn.jsdelivr.net/npm/@customalert/customalert@2.2.2"></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