Skip to content

zewish/rmodal.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a502ca9 · Jun 13, 2021

History

95 Commits
Feb 18, 2021
Jun 13, 2021
Jun 13, 2021
Jun 13, 2021
Jun 13, 2021
Jun 13, 2021
Jun 13, 2021
May 31, 2018
Jun 13, 2021
Apr 29, 2021
Jun 13, 2021
Jan 4, 2016
Jun 13, 2021
Jun 13, 2021
Jun 13, 2021
Jun 13, 2021

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 (IE10+)
  • 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

Development

$ npm install

Development: build

$ npm run build

Development: test

$ npm run test