From b44fc51212db6e4576da83b872a3350e9c078ff8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Pablo=20Ram=C3=ADrez=20Vargas?= Date: Mon, 20 May 2024 05:11:56 -0700 Subject: [PATCH] feat: Add @wj/dataview to packages (#619) * feat: Add @wj/dataview to list of packages * chore: lint packages.json --- src/routes/packages/packages.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/routes/packages/packages.json b/src/routes/packages/packages.json index 37a712c6f..28d8f125f 100644 --- a/src/routes/packages/packages.json +++ b/src/routes/packages/packages.json @@ -2981,5 +2981,13 @@ "description": "Share your Svelte store across origins, including iFrames", "npm": "svelte-crossorigin-store", "categories": ["stores-and-state"] + }, + { + "title": "@wj/dataview", + "url": "https://wj-dataview.vercel.app", + "repository": "https://github.com/WJSoftware/wj-dataview", + "description": "Svelte v5 table component suitable for examination of extensive tabular data.", + "npm": "@wj/dataview", + "categories": ["data-visualisation", "ui-components"] } ]