Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 1.86 KB

readme.md

File metadata and controls

44 lines (35 loc) · 1.86 KB

Timer | Readme

Dependencies

npm install --save @qrsln/lootstrap
Themes

Countdown: text | svg | canvas

Properties

TimeAgo Directive

Name Description
@Input() Date: Date -
@Input() Locale: string Not working yet
@Input() Suffix: boolean ago/later suffixes

Countdown

Name Description
@Input() Type: string Text (default) Canvas Svg
@Input() Classes: string Css classes
@Input() Date: Date -
@Input() Detailed: { day: number, hrs: number, min: number, sec: number }] -

Screenshots

TimeAgo

Countdown-Text

Countdown-Svg

Countdown-Svg-new

Countdown-Canvas