0.0.14 • Published 4 years ago

ngx-fullscreen-slider v0.0.14

Weekly downloads
44
License
ISC
Repository
-
Last release
4 years ago

NgxFullscreenSlider

This library was generated with Angular CLI version 8.2.14.

Working perfect in Angular 8.x.x Application

How To Use

  1. Add this NgxFullscreenSlider in declarations

  2. Import using this import { NgxFullscreenSlider } from 'ngx-fullscreen-slider';

  3. Add this component in any html like this <ngx-fullscreen-slider setHeight="500px" setWidth="500px" [slides]=slidesArray></ngx-fullscreen-slider>

  4. slides property is required.

  5. As package name describes this slider's nature, however you still can configure height and width of slider by setHeight and setWidth properties. setHeight and setWidth are optional, You can directly assign values like this setHeight="500px" or you can use variable like this [setHeight]=heightVariable

Example

slidesArray = { title: "Title", description: "Description", image: "YourImageUrl", }

Properties for slide array

PropertyDatatype
titlestring
descriptionstring
imagestring
backgroundColorstring
textColorstring
textBackgroundColorstring
0.0.14

4 years ago

0.0.11

4 years ago

0.0.12

4 years ago

0.0.13

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.5

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago