component Counter { props { label = "Status" variant = "default" class = "" } view { {label} } }