Skip to content

πŸ‘Š A simple, responsive, modern JavaScript library with jQuery support for toast notifications, custom confirmation alerts and custom input modals.

License

Notifications You must be signed in to change notification settings

puffaneeCo/DialogioJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

DialogioJS

Node Current npm version npm downloads GitHub Downloads (all assets, all releases) jsdelivr

A simple, responsive, modern JavaScript library with jQuery support for toast notifications, custom confirmation alerts and custom input modals.

πŸ’‘ Features

  • πŸ“± Responsive β€” Looks clean on mobile, tablet, or desktop.
  • πŸ‘“ Stylish β€” Comes with modern UI styles baked in.
  • πŸ”₯ Plug & Play β€” Set up in seconds. No headache.
  • ⚑️ jQuery Friendly β€” Classic vibes, modern support.
  • 🎯 Snappy Performance β€” Lightweight and super fast.
  • 🎸 Fully Customizable β€” Tweak styles, animations, and behavior with ease.

Installation

npm i dialogiojs

Usage

<html>
  <head>
    ...
    <link
      rel="stylesheet"
      href="https://cdn.jsdelivr.net/npm/dialogio@3/dist/dialogio.min.css"
    />
  </head>
  <body>
    ...
    <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
    <!-- ALL FUNCTION IN ONE FILE -->
    <script src="https://cdn.jsdelivr.net/npm/dialogiojs@3/dist/dialogio-all.min.js"></script>
    <!-- ONLY TOAST NOTIFICATIONS -->
    <script src="https://cdn.jsdelivr.net/npm/dialogiojs@3/dist/dialogio-toast.min.js"></script>
    <!-- ONLY CUSTOM CONFIRMATIONS -->
    <script src="https://cdn.jsdelivr.net/npm/dialogiojs@3/dist/dialogio-confirm.min.js"></script>
    <!-- ONLY CUSTOM INPUTS -->
    <script src="https://cdn.jsdelivr.net/npm/dialogiojs@3/dist/dialogio-input.min.js"></script>
  </body>
</html>

πŸ“ƒ Advanced Documentatiton

All details in documentation.

License

DialogioJS is under MIT license

About

πŸ‘Š A simple, responsive, modern JavaScript library with jQuery support for toast notifications, custom confirmation alerts and custom input modals.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published