angular-lightbox-gallery
v0.0.6
Published
Easy to use, Lightweight, Lightbox Gallery!
Downloads
14
Readme
Angular Lightbox Gallery
Easy to use, Lightweight, Lightbox Gallery!
npm i angular-lightbox-gallery
import { LightboxGallery } from 'angular-lightbox-gallery';
- 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