This is a javascript library for showing modals in javascript apps, React apps and many more....., It has many features like adding custom buttons, you can choose to make modal draggable or not, This modals are completely editable and you can use HTML to make it's body, it is compatible with mobile as well as computer devices. I hope you will like it:
https://shlok-jain.github.io/ModalJS#demo
- You can add HTML in body
- You can make modals draggable
- Add any number of custom buttons
- Event listners for all buttons
- Four different themes for button available( red, yellow, blue, green )
- You can programatically close modal( .hide() method)
- Looks fancy
- and many more.....
Install ModalJS with cdn
<script src="https://cdn.jsdelivr.net/gh/Shlok-Jain/ModalJS@latest/index.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Shlok-Jain/ModalJS@latest/index.css">