@* Status chip — wraps the theme.css .chip / .chip-ok / .chip-warn / .chip-bad / .chip-idle classes. *@ @Text @code { [Parameter] public string Text { get; set; } = ""; [Parameter] public string CssClass { get; set; } = "chip-idle"; }