import { Badge } from "@wrnexus/ui" component RoomStatus { props { label: string = "Connecting…" connectedLabel: string = "Connected" disconnectedLabel: string = "Disconnected" errorLabel: string = "Connection error" color: string = "primary" size: string = "sm" class: string = "" } view {