This commit is contained in:
2024-06-18 20:54:03 +01:00
parent 8b0b0d926d
commit 062fb7b207
6 changed files with 335 additions and 81 deletions

View File

@@ -0,0 +1,5 @@
---
const { id } = Astro.props;
---
<pre id={id} class="w-full flex-1 flex overflow-auto"><slot /></pre>