0.1.3 • Published 8 years ago
g-countdown v0.1.3
A simple countdown timer.
Installation
npm install g-countdown
Properties
Property | Type | Description |
---|---|---|
title | String | Text displayed over the counter. |
dateEnd | String | Any valid date containing the year, month and day.2017-10-01 |
mini | Boolean | Switches the counter to the mini mode, where only the values of the counter itself are displayed.XX:XX:XX:XX |
caption | Object | Text of signatures under the counter.{ days: 'days', hours: 'hours', minutes: 'minutes', seconds: 'seconds' } |