From 10b3f864f705609119403fc8709501317c8b8253 Mon Sep 17 00:00:00 2001 From: Quentin Deroubaix <139884126+quentinderoubaix@users.noreply.github.com> Date: Tue, 6 Feb 2024 10:13:40 +0100 Subject: [PATCH] feat: add @agnos-ui packages (#582) --- src/routes/packages/packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/routes/packages/packages.json b/src/routes/packages/packages.json index 63e1f11..552b8da 100644 --- a/src/routes/packages/packages.json +++ b/src/routes/packages/packages.json @@ -2913,5 +2913,21 @@ "description": "Embla Carousel is a bare bones carousel library with great fluid motion and awesome swipe precision. It's library agnostic, dependency free and 100% open source.", "npm": "embla-carousel-svelte", "categories": ["ui-components", "styling-and-layout", "user-interaction"] + }, + { + "title": "AgnosUI Headless", + "url": "https://amadeusitgroup.github.io/AgnosUI/latest/", + "repository": "https://github.com/AmadeusITGroup/AgnosUI", + "description": "Headless, reactive and accessible components for Svelte.", + "npm": "@agnos-ui/svelte-headless", + "categories": ["design-system", "ui-components"] + }, + { + "title": "AgnosUI Bootstrap", + "url": "https://amadeusitgroup.github.io/AgnosUI/latest/", + "repository": "https://github.com/AmadeusITGroup/AgnosUI", + "description": "Reactive, accessible and Bootstrap-compliant components for Svelte.", + "npm": "@agnos-ui/svelte", + "categories": ["design-system", "ui-components"] } ]