Components

ProgressBar

<ProgressBar spent remaining />

Constructor

# <ProgressBar spent remaining />

Shows progress in a given Project. By giving spent and remaining time (in hours) it computes the progress and shows it in the UI.

PropTypes:
Name Type Required Description Default
spent number No How many hours have already been spent 30
remaining number No What is the remaining number of hours 40

View Source components/ProgressBar.vue, line 14

Examples

Basic

Almost done