Skip to content

Commit

Permalink
feat: add svelte-infinite (#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndom91 authored Mar 6, 2024
1 parent 8a546fe commit 4338bed
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 @@ -2965,5 +2965,13 @@
"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"]
},
{
"title": "svelte-infinite",
"url": "https://svelte-5-infinite.vercel.app",
"repository": "https://github.com/ndom91/svelte-infinite",
"description": "Infinite Loader for Svelte 5",
"npm": "svelte-infinite",
"categories": ["ui-components", "user-interaction"]
}
]

0 comments on commit 4338bed

Please sign in to comment.