component FileUploadProgress { props { size = "default" color = "primary" label = "Progress" value = 50 max = 100 showValue = true class = "" } view {
{label}{#if showValue}{value}%{/if}
} }