int-lightbox

1.0.0 • Public • Published

A simple Browserify-able component for creating a lighbox on-the-fly.

Example:

var IntLightbox = require('int-lightbox');

IntLightbox.open({
  html: '<p>Your HTML!</p>';
});

// when you want to close it:
IntLightbox.close();

Requires jQuery to be embedded on the page.

Readme

Keywords

none

Package Sidebar

Install

Weekly Downloads

0

Version

1.0.0

License

ISC

Last publish

Collaborators

  • chrkirk