idurar / vanilla-js-modal

Lightweight vanilla js modal

Home Page:https://idurar.github.io/vanilla-js-modal/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lightweight vanilla js modal component (just 2kb)

pure javascript Modal , This is just 2kb Lightweight vanilla js modal component with zero dependencies , with option esc close , outside click close , custom height , widht

check demo here : https://idurar.github.io/vanilla-js-modal/

### javascript code to open Modal 

modal.open('idContent'); // to open Modal with wanted html content

// modal.close(); // to close Modal

### HTML code to insert in Modal 

<div id="idContent" style="display:none">
 <!--your Modal html content here -->
</div>

About

Lightweight vanilla js modal

https://idurar.github.io/vanilla-js-modal/

License:MIT License


Languages

Language:JavaScript 54.5%Language:HTML 28.9%Language:CSS 16.6%