Open techniq opened 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)
<input type="file">
drop
dragover
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)