Browse components
Components

HudBar

Top or bottom status strip with named slots.

Preview

Inline status strip.

Example
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>