{label}
{#if type === 'file'}
isHovering = true} on:dragleave={() => isHovering = false} on:drop={handleDrop} > {#if inputValue.length !== 0}
✕
{:else} {#if !isHovering}
Choose a file to upload
{:else}
Drop here to upload
{/if}
We support jpg/jpeg, png, webp, mp4 and gif.
File must be smaller than 10MB.
Choose File
{/if}
{#if showVideo}
{/if}
{:else}
{/if} {#if showCounter}
{counter}
{/if}
{#if errors}
{errors}
{/if}