From d20b71e9556fbaac2d26efbad49cea0767f19aba Mon Sep 17 00:00:00 2001 From: Sean Lynch Date: Sun, 8 Oct 2023 20:10:32 -0400 Subject: [PATCH] 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 62436f820..d7071eef9 100644 --- a/src/routes/components/components.json +++ b/src/routes/components/components.json @@ -2402,5 +2402,23 @@ "npm": "@jill64/sveltekit-adapter-aws", "category": "SvelteKit Adapters", "tags": ["integrations"] + }, + { + "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"] } ]