@kobotech/ngx-timeline
TypeScript icon, indicating that this package has built-in type declarations

0.0.6 • Public • Published

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

Option Type Default Description
title string null The top title of the status
primaryText string null Status Detail
secondaryText string null Secondary Status Detail
iconURI string null Status icon resource

Readme

Keywords

none

Package Sidebar

Install

npm i @kobotech/ngx-timeline

Weekly Downloads

2

Version

0.0.6

License

none

Unpacked Size

112 kB

Total Files

32

Last publish

Collaborators

  • kobo360
  • tshypes