mirror of
https://github.com/LukeHagar/sveltesociety.dev.git
synced 2025-12-06 12:47:44 +00:00
Added Svelte DataGrid (#585)
* Added Svelte DataGrid, a new DataGrid based on svelte-data-grid. * fix max length description
This commit is contained in:
@@ -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" />
|
||||||
|
|||||||
@@ -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"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user