Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 251 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 251 Bytes

tnt-lightbox

Getting started

Install using npm:

$ npm install tnt-lightbox

Add it to your Javascript:

const Lightbox = require('tnt-lightbox');
new Lightbox( document.getElementsByClassName( 'tnt-lightbox' ) );