From 2e021e3ecdfcf0ad74d0fc1843db93b2f1a564d0 Mon Sep 17 00:00:00 2001 From: Tristan F Date: Fri, 15 Dec 2023 18:53:38 -0500 Subject: [PATCH] components.json: add svelte-reparent (#495) * add svelte-reparent * Format --------- Co-authored-by: Lachlan Collins <1667261+lachlancollins@users.noreply.github.com> --- src/routes/components/components.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/routes/components/components.json b/src/routes/components/components.json index d54ac0b7c..4002612eb 100644 --- a/src/routes/components/components.json +++ b/src/routes/components/components.json @@ -2466,6 +2466,15 @@ "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"] + }, { "title": "svelte-inline-modal", "repository": "https://github.com/jill64/svelte-inline-modal",