0.2.0 • Published 8 years ago

mobile-overlay v0.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

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

0.2.0

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago