Version: 5.x
vm-time-progress
Formats and displays a length of time provided in seconds.
Visual#

Usage#
- HTML
- React
- Vue
- Svelte
- Stencil
- Angular
example.vue
example.svelte
example.html
Properties#
| Property | Description | Type | Default |
|---|---|---|---|
alwaysShowHours | Whether the times should always show the hours unit, even if the time is less than 1 hour (eg: 20:35 -> 00:20:35). | boolean | false |
separator | The string used to separate the current time and end time. | string | '/' |
CSS Custom Properties#
| Name | Description |
|---|---|
--vm-time-color | The color of the text displaying the time. |