0.2.0 • Published 10 years ago

mobile-overlay v0.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
10 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

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago