From 708c38f38c9b48ee150e9baa8cb355dd0cc3ec17 Mon Sep 17 00:00:00 2001 From: Tristan F Date: Fri, 17 Nov 2023 08:35:12 -0500 Subject: [PATCH] add svelte-reparent --- src/routes/components/components.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/routes/components/components.json b/src/routes/components/components.json index f02bb33b0..1448a8ca5 100644 --- a/src/routes/components/components.json +++ b/src/routes/components/components.json @@ -2469,5 +2469,17 @@ "npm": "sveltekit-superforms", "category": "Forms & User Input", "tags": ["components and libraries", "forms", "typescript", "ssr"] + }, + { + "title": "svelte-reparent", + "url": "https://leodog896.github.io/svelte-reparent/", + "repository": "https://github.com/LeoDog896/svelte-reparent", + "description": "Utility for reparenting elements", + "npm": "svelte-reparent", + "category": "Developer Experience", + "tags": [ + "stores and state", + "components and libraries" + ] } ]