Skip to content

A simple 1.2 KB modal dialog with no dependencies

License

Notifications You must be signed in to change notification settings

seanmaisch/rmodal.js

 
 

Repository files navigation

NPM version Build Status Coverage Status Dependencies Downloads

1.2 KB modal dialog box, with no dependencies

Logo

  • 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 ES modules, CommonJS, AMD or globals

Demo

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

Documentation

https://rmodal.js.org/

Installation

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

Development

$ npm install

Development: build

$ npm run build

Development: test

$ npm run test

About

A simple 1.2 KB modal dialog with no dependencies

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 85.8%
  • HTML 11.6%
  • CSS 2.6%