From 18c83ba81439b85f054c9f76dc2afa9d73883d3d Mon Sep 17 00:00:00 2001 From: Sean Lynch Date: Sun, 15 Oct 2023 06:21:40 -0400 Subject: [PATCH] Add LayerChart and Svelte UX (#469) * Add LayerChart and Svelte UX --- src/routes/components/components.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/routes/components/components.json b/src/routes/components/components.json index 319b038..ab858fc 100644 --- a/src/routes/components/components.json +++ b/src/routes/components/components.json @@ -2409,5 +2409,23 @@ "description": "A SvelteKit adapter for generating service workers to make PWAs work offline", "npm": "svelteKit-adapter-versioned-worker", "category": "SvelteKit Adapters" + }, + { + "title": "LayerChart", + "url": "https://www.layerchart.com", + "repository": "https://github.com/techniq/layerchart", + "description": "Composable Svelte chart components to build a wide range of visualizations", + "npm": "layerchart", + "category": "Data Visualisation", + "tags": ["charts", "components and libraries"] + }, + { + "title": "Svelte UX", + "url": "https://svelte-ux.techniq.dev", + "repository": "https://github.com/techniq/svelte-ux", + "description": "Collection of Svelte components, actions, stores, and utilities to build highly interactive applications", + "npm": "svelte-ux", + "category": "Design System", + "tags": ["component sets", "components and libraries"] } ]