Skip to content

Latest commit

 

History

History
57 lines (43 loc) · 1.37 KB

README.md

File metadata and controls

57 lines (43 loc) · 1.37 KB

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