Formular Edit

This commit is contained in:
Robert Jagtiani
2024-12-11 17:30:58 +01:00
parent f539ac7ff6
commit 0bc7242eac
9 changed files with 222 additions and 715 deletions

View File

@@ -1,6 +1,7 @@
<script lang="ts">
import BereichLabel from "#labels/BereichLabel.svelte";
console.log('Hallo Welt');
import HelpLabel from "#labels/HelpLabel.svelte";
import Inputlabel from "#labels/InputLabel.svelte";
@@ -24,12 +25,11 @@
<BereichLabel bereich="A">Prüfung der Ausweisart</BereichLabel>
<div class="bereich-box grid
grid-cols-1 gap-x-4 gap-y-8
sm:grid-cols-2 sm:gap-x-6 sm:gap-y-8
xl:grid-cols-3 xl:gap-x-8 xl:gap-y-8
">