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"] } ]