0.0.6 • Published 2 years ago

angular-lightbox-gallery v0.0.6

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Angular Lightbox Gallery

Easy to use, Lightweight, Lightbox Gallery!

  1. npm i angular-lightbox-gallery
  2. import { LightboxGallery } from 'angular-lightbox-gallery';
  3. add it to the imports array in the desired angular module or standalone component;

USAGE

TS File:

public gallery = ['https://picsum.photos/700', 'https://picsum.photos/600', 'https://picsum.photos/500', 'https://picsum.photos/400']

HTML File:

<lightbox-gallery [gallery]="gallery"></lightbox-gallery>

DEMO: https://angular-libs-showcase.web.app/lightbox-gallery

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago