diff --git a/src/routes/components/components.json b/src/routes/components/components.json index e38d3ce..0451a96 100644 --- a/src/routes/components/components.json +++ b/src/routes/components/components.json @@ -2922,5 +2922,19 @@ "typescript" ], "stars": 6 + }, + { + "title": "Svelte Droplet", + "url": "https://github.com/probablykasper/svelte-droplet", + "description": "File dropzone utility for Svelte, with styling up to you", + "npm": "svelte-droplet", + "addedOn": "2023-03-03", + "category": "Forms & User Input", + "tags": [ + "inputs and widgets", + "forms", + "interactions" + ], + "stars": 0 } ]