0.0.6 • Published 5 years ago

@kobotech/ngx-timeline v0.0.6

Weekly downloads
9
License
-
Repository
-
Last release
5 years ago

NgxTimeline

semantic-release

Simple Timeline widget for Angular >= 8.x.x.

Instalation

Step one: install library

npm install @kobotech/ngx-timeline

or

yarn add @kobotech/ngx-timeline

Step two: import Timeline module

import { NgxTimelineModule } from '@kobotech/ngx-timeline';

Step three: import library into you module

imports: [
    ...
    NgxTimelineModule,
    ...
  ]

Usage

<kobo-ngx-timeline [statuses]="statuses" [showTimeline]="true"></kobo-ngx-timeline>

Options

  • statuses: Array of KoboTimelineStatus
  • showTimeline: Whether to show status line and marker or not

KoboTimelineStatus

OptionTypeDefaultDescription
titlestringnullThe top title of the status
primaryTextstringnullStatus Detail
secondaryTextstringnullSecondary Status Detail
iconURIstringnullStatus icon resource
0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago