diff --git a/src/routes/packages/packages.json b/src/routes/packages/packages.json index 5c0d1d061..645a02285 100644 --- a/src/routes/packages/packages.json +++ b/src/routes/packages/packages.json @@ -1,4 +1,12 @@ [ + { + "title": "kampsy-ui", + "url": "https://ui.kampsy.xyz/", + "repository": "https://github.com/kampsy/ui", + "description": "A Svelte 5 UI component library, designed to deliver consistent, cohesive, and high-performance web experiences.", + "npm": "kampsy-ui", + "categories": ["ui-components", "design-system"] + }, { "title": "Svelte Sortable List", "url": "https://svelte-sortable-list.netlify.app/",