1.6.3 • Published 9 months ago

tunangn-html-modal v1.6.3

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

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/tunangn-html-modal@1.5.3/dist/index.js";
</script>

Or index.js:

import { dialog } from "https://unpkg.com/tunangn-html-modal@1.5.3/dist/index.js";

How to use?

I split this article into 2 versions of languages:

Vietnamese: Đọc thêm

English: Read more

1.6.3

9 months ago

1.5.3

10 months ago

1.5.2

10 months ago

1.5.1

10 months ago

1.5.0

10 months ago