Skip to content

alexheb/rmodal.js

 
 

Repository files navigation

NPM version Build Status Coverage Status Dependencies Downloads

1.2 KB modal dialog box, with no dependencies


[![logo](https://raw.githubusercontent.com/zewish/rmodal.js/master/logo.png)](https://github.com/zewish/rmodal.js)
  • A simple and fast modal dialog
  • Plain JavaScript only - no dependencies
  • All browsers supported (IE9+)
  • Less than 1.2 KB when gzipped and minified
  • Bootstrap and Animate.css friendly
  • Supports CommonJS, AMD or globals

Demo

http://plnkr.co/edit/XXFKwHHcZD4Ecjh8twaW?p=preview

Documentation

http://rmodal.js.org/

Installation

$ npm install rmodal --save
# or
$ bower install rmodal --save

Development

$ npm install
$ npm install -g gulp

Development: build

$ gulp build

Development: test

$ gulp lint test

About

A simple 1.2 KB modal dialog with no dependencies

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 83.5%
  • HTML 11.4%
  • CSS 5.1%