component ProgressBar { props { value = 0 max = 100 label = "Progress" showValue = true } view {
{label}{value}%
} }