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