A simple, responsive, modern JavaScript library with jQuery support for toast notifications, custom confirmation alerts and custom input modals.
- π± 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.
npm i dialogiojs
<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>- π₯ Documentation here (click)
DialogioJS is under MIT license