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/",