From 018e146a29b028e5d9c8abd9023e0643dd03b91d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20Zimbr=C3=B3n?= Date: Thu, 8 Feb 2024 18:55:46 -0600 Subject: [PATCH] Update packages.json Added Svelte DataGrid, a new DataGrid based on svelte-data-grid. --- src/routes/packages/packages.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/routes/packages/packages.json b/src/routes/packages/packages.json index 552b8da2b..94048663a 100644 --- a/src/routes/packages/packages.json +++ b/src/routes/packages/packages.json @@ -2929,5 +2929,13 @@ "description": "Reactive, accessible and Bootstrap-compliant components for Svelte.", "npm": "@agnos-ui/svelte", "categories": ["design-system", "ui-components"] + }, + { + "title": "Svelte DrataGrid", + "url": "https://gzimbron.github.io/svelte-datagrid", + "repository": "https://github.com/gzimbron/svelte-datagrid", + "description": "Svelte DataGrid is a high-performance, feature-rich grid component for Svelte. It is designed to handle large datasets and provide a smooth scrolling experience. It is also designed to be accessible and customizable. It's based on the excellent (but deprecated) svelte-data-grid.", + "npm": "@gzim/svelte-datagrid", + "categories": ["data-visualisation","ui-components"] } ]