Skip to content

Commit

Permalink
feat: Add @wj/dataview to packages (#619)
Browse files Browse the repository at this point in the history
* feat:  Add @wj/dataview to list of packages

* chore: lint packages.json
  • Loading branch information
webJose authored May 20, 2024
1 parent ab089d7 commit b44fc51
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/routes/packages/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
]

0 comments on commit b44fc51

Please sign in to comment.