Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 946 Bytes

README.md

File metadata and controls

51 lines (34 loc) · 946 Bytes

ssi-modal

CDNJS

The most flexible and powerful modal window.
  Download once, do it all.

Documentation and examples:

See examples

See documentation


####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