amrza / Modal.js

Minimal yet flexible Modal Box with no dependency.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Modal.js

A minimal yet flexible Modal Box:

  • Written in ES5. (so you dont need to install any extra toolchain!).
  • Zero dependency.
  • RTL support.
  • Support for translations.
  • Predefined buttons.
  • Custom HTML (eg, showing an image, slider, video player,...)
  • 1k gzipped.

How to use

Download this repo as a zip file, and include these files to your page:

<!-- include modal css -->
<link rel="stylesheet" href="style.css" type="text/css"/>

<!-- include modal js -->
<script type="text/javascript" src="modal.js" ></script>

See samples.html for more information.

About

Minimal yet flexible Modal Box with no dependency.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 50.4%Language:HTML 39.5%Language:CSS 10.0%