diff --git a/src/lib/components/FileInput.svelte b/src/lib/components/FileInput.svelte new file mode 100644 index 0000000..e3f4249 --- /dev/null +++ b/src/lib/components/FileInput.svelte @@ -0,0 +1,35 @@ + + +{#if disabled} + + {label} +{:else} + {label} +{/if} +