Skip to content

celorind/modal.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modal.js

About

Modal Windowを作成するためのjavascriptライブラリです。 サンプルページ

使用例

// Create Isntance
const modal = new Modal(document.getElementById("ID-of-element"));
// If you want shadow
modal.shadow = true;
// Open Modal Window
modal.show();
// Close Modal Window
modal.hide();

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published