tunangn-html-modal
v1.6.3
Published
Use to show dialog, message for HTML
Downloads
8
Maintainers
Readme
tunangn-html-modal
Use to show dialog, message for HTML. You can use this package easily to manage your dialog, snackbar or side in your Vanilla Javascript (Plain Javascript) Project. Ensure for privacy!! Dialog, side and snackbar only show (in screen or in DON Tree) if them are opened.
Demo
You can see the demo here
Install
You can install it by:
npm install tunangn-html-modal
Or just use CDN Link:
index.html
<script type="module">
import { dialog } from "https://unpkg.com/[email protected]/dist/index.js";
</script>
Or index.js
:
import { dialog } from "https://unpkg.com/[email protected]/dist/index.js";
How to use?
I split this article into 2 versions of languages:
Vietnamese
: Đọc thêm
English
: Read more