diff --git a/src/app.html b/src/app.html index 0c28ddc..b193bb4 100644 --- a/src/app.html +++ b/src/app.html @@ -1,7 +1,11 @@ - + diff --git a/src/routes/packages/packages.json b/src/routes/packages/packages.json index 552b8da..bda4777 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's based on the excellent (but deprecated) svelte-data-grid.", + "npm": "@gzim/svelte-datagrid", + "categories": ["data-visualisation", "ui-components"] } ]