docs progress

This commit is contained in:
vcoppe
2024-07-09 22:49:57 +02:00
parent e174d4d2f5
commit e86dcb7750
16 changed files with 94 additions and 18 deletions

View File

@@ -162,7 +162,7 @@
});
</script>
<div class="flex flex-col gap-3 w-full max-w-96">
<div class="flex flex-col gap-3 w-full max-w-96 {$$props.class ?? ''}">
<fieldset class="flex flex-col gap-2">
<Label for="name">{$_('menu.metadata.name')}</Label>
<Input bind:value={name} id="name" class="font-semibold h-8" />