Added Svelte DataGrid (#585)

* Added Svelte DataGrid, a new DataGrid based on svelte-data-grid.

* fix max length description
This commit is contained in:
Gustavo Zimbrón
2024-02-09 14:23:22 -06:00
committed by GitHub
parent 751ec6ebe7
commit d6a249a8a1
2 changed files with 13 additions and 1 deletions

View File

@@ -1,7 +1,11 @@
<!doctype html> <!doctype html>
<html lang="en"> <html lang="en">
<head> <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 charset="utf-8" />
<meta name="viewport" content="width=device-width" /> <meta name="viewport" content="width=device-width" />
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png" /> <link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png" />

View File

@@ -2929,5 +2929,13 @@
"description": "Reactive, accessible and Bootstrap-compliant components for Svelte.", "description": "Reactive, accessible and Bootstrap-compliant components for Svelte.",
"npm": "@agnos-ui/svelte", "npm": "@agnos-ui/svelte",
"categories": ["design-system", "ui-components"] "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"]
} }
] ]