techniq / svelte-ux

Collection of Svelte components, actions, stores, and utilities to build highly interactive applications.
https://svelte-ux.techniq.dev/
MIT License
830 stars 46 forks source link

Add FileInput component #473

Open techniq opened 3 months ago

techniq commented 3 months ago

We should add a styled <input type="file"> input component similar to Daisy UI and Skeleton's FileButton but also support drop targets similar to Skeleton's FileDropzone and svelte-file-dropzone leveraging HTML drag and drop (drop, dragover event)