component Progress { props { size: string = "default" color: string = "primary" label: string = "Progress" value: number = 50 max: number = 100 showValue: boolean = true class: string = "" } view {