Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1020 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 1020 Bytes

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