component ProductStatusBadge { props { label = "Available" status = "" class = "" } view { {label} } }