From beb9d155f64b878620985fec34d22df684c4cd27 Mon Sep 17 00:00:00 2001 From: "Daybrush (Younkue Choi)" Date: Sat, 16 Dec 2023 09:31:29 +0900 Subject: [PATCH] add svelte-selecto component (#406) * add svelte-selecto * Update components.json * Update components.json --------- Co-authored-by: Lachlan Collins <1667261+lachlancollins@users.noreply.github.com> --- src/routes/components/components.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/routes/components/components.json b/src/routes/components/components.json index 4002612..99f9496 100644 --- a/src/routes/components/components.json +++ b/src/routes/components/components.json @@ -1,4 +1,12 @@ [ + { + "title": "svelte-selecto", + "repository": "https://github.com/daybrush/selecto", + "description": "Selecto.js is a component that allows you to select elements in the drag area using the mouse or touch.", + "npm": "svelte-selecto", + "category": "User Interaction", + "tags": ["components and libraries", "typescript", "interactions"] + }, { "title": "svelte-pilot", "url": "https://svelte-pilot.github.io/",