Skip to content

Commit

Permalink
Add LayerChart and Svelte UX
Browse files Browse the repository at this point in the history
  • Loading branch information
techniq authored Oct 9, 2023
1 parent fa52ad4 commit d20b71e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/routes/components/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
]

0 comments on commit d20b71e

Please sign in to comment.