Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Lightweight vanilla js modal
https://github.com/idurar/vanilla-js-modal

javascript js lightweight modal vanilla vanilla-js-modal vanillajs

Last synced: 3 months ago
JSON representation

Lightweight vanilla js modal

Awesome Lists containing this project

README

        

# 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/

```markdown

### 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



```