dynamic promo widget

This commit is contained in:
SPRINX0\prochazka
2025-10-17 14:04:08 +02:00
parent a98c953876
commit 1fa4216b18
7 changed files with 146 additions and 48 deletions

View File

@@ -0,0 +1,11 @@
<script lang="ts">
export let text: string;
</script>
<p>{text}</p>
<style>
p {
margin: 10px;
}
</style>