0.0.2 • Published 2 years ago

esn-image-slideshow v0.0.2

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

esnImage SlideShow

Demo:

https://angular-ivy-swprnq.stackblitz.io

-------------- INSTALLATION -----------------

Ts file:

    npm i image-sideshow
    
    import { EsnisModule } from 'esn-image-slideshow';

-------------- USAGE ---------

TS file:

    imageStyle={'height':'500px'}; //style of big image of slideshow
    button=true; //bullet show or image thumbnail show??
    src=[
    "https://img.freepik.com/premium-vector/meadows-landscape-with-mountains-hill_104785-943.jpg?w=2000",
    "https://cdn.photographycourse.net/wp-content/uploads/2014/11/Landscape-Photography-steps.jpg",
    ......
    ]; 
    

HTML file:

    <esnIS [src]="src" [button]="button" [imageStyle]="imageStyle">
    </esnIS>
0.0.2

2 years ago

0.0.1

2 years ago