HudBar
Top or bottom status strip with named slots.
Inline status strip.
Code example
---
import HudBar from "../components/hud/HudBar.astro";
---
<HudBar mode="inline" position="top">
<span slot="left">SEC-A</span>
<span slot="center">LIVE</span>
<span slot="right">OK</span>
</HudBar>