Skip to content

Commit

Permalink
Added Svelte DataGrid (#585)
Browse files Browse the repository at this point in the history
* Added Svelte DataGrid, a new DataGrid based on svelte-data-grid.

* fix max length description
  • Loading branch information
gzimbron authored Feb 9, 2024
1 parent 751ec6e commit d6a249a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/app.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
<!doctype html>
<html lang="en">
<head>
<script defer data-domain="sveltesociety.dev" src="https://analytics.sveltesociety.dev/js/script.js"></script>
<script
defer
data-domain="sveltesociety.dev"
src="https://analytics.sveltesociety.dev/js/script.js"
></script>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png" />
Expand Down
8 changes: 8 additions & 0 deletions src/routes/packages/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
]

0 comments on commit d6a249a

Please sign in to comment.