Skip to content

NguyenAnhTuan1912/tunangn-html-modal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Packages

No packages published