0.0.6 • Published 6 months ago

angular-lightbox-gallery v0.0.6

Weekly downloads
-
License
-
Repository
-
Last release
6 months 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

6 months ago

0.0.5

6 months ago

0.0.4

6 months ago

0.0.3

6 months ago

0.0.2

6 months ago