ssi-modal
The most flexible and powerful modal window.
  Download once, do it all.
Documentation and examples:
####Installation:
Install with npm
npm install ssi-modal
var ssi_modal=require('ssi-modal'); ssi_modal.show({content:'Hello world'});
Install with bower
bower install ssi-modal
or just include the js and css files
<script src="dist/ssi-modal/js/ssi-modal.min.js"></script> <link rel="stylesheet" href="dist/ssi-modal/styles/ssi-modal.css"/>
######To test it:
git clone https://github.com/ssbeefeater/ssi-modal.git cd ssi-modal npm install gulp