Skip to content

mobkits/overlay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overlay

A simple overlay forked from Yuehu.

Showcase at http://chemzqm.github.io/overlay/.

Installation

Install with component(1):

$ component install chemzqm/overlay

API

var Overlay = require('overlay');
var el = document.getElementById('overlay-html');
var o = new Overlay(el);

new Overlay(el)

Init Overlay with el as body.

.hide()

Hide overlay.

License

MIT