Terminal
Framed console with header and scroll body (square Frame edges).
SYS.LOG
Code example
---
import Terminal from "../components/terminal/Terminal.astro";
import TerminalLine from "../components/terminal/TerminalLine.astro";
---
<Terminal title="SYS.LOG">
<TerminalLine variant="output">Ready.</TerminalLine>
</Terminal>