0.0.1 • Published 2 years ago

ng-horizontal-timeline-slider v0.0.1

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

Ng-timeline-horizontal-slider

This library is made with angular version 14.2.0.

Getting started

  1. run npm install --save angular-mgl-timeline
  2. in your app module:

`... import {NgTimelineModule} from "ng-timeline.module";

@NgModule({ ... imports: ... BrowserModule, NgTimelineModule }) export class AppModule { }`

Usage

Minimal usage

<ng-horizontal-timeline-slider [status]="status"></ng-horizontal-timeline-slider>

Inputs

PropertyTypedefaultimpact
statusstring[]undefinedthis will be items of the timeline
heightnumber500height of the timeline
size'sm'/'md'/'lg'lgsize of the timeline
topBottomPositionnumber-150upper and lower position of the status
leftPositionnumber-40left position of the status
widthOfPositionnumber50width of the status

License

MIT License (c) Markus Glutting