component StatusBadge { props { status = "operational" } view { {status} } }