Skip to content

ssbeefeater/ssi-modal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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