DaisyUI Integriert

This commit is contained in:
Moritz Utcke
2024-01-17 12:33:05 +07:00
parent f684ce0060
commit 79581cdcf2
18 changed files with 245 additions and 91 deletions

View File

@@ -80,7 +80,7 @@
</script>
{#if max > 1}
<input type="file" {name} multiple on:change={getAllImages} />
<input type="file" class="file-input file-input-ghost" {name} multiple on:change={getAllImages} />
{:else}
<input type="file" {name} on:change={getAllImages} />
<input type="file" class="file-input file-input-ghost" {name} on:change={getAllImages} />
{/if}