HudCorners
Four L-shaped corner brackets with optional glow.
Code example
---
import HudCorners from "../components/hud/HudCorners.astro";
---
<div class="relative h-40">
<HudCorners inset="0" arm="1.75rem" />
</div> Four L-shaped corner brackets with optional glow.
---
import HudCorners from "../components/hud/HudCorners.astro";
---
<div class="relative h-40">
<HudCorners inset="0" arm="1.75rem" />
</div>