Skip to content

Commit

Permalink
added SVAR Svelte DataGrid and Gantt (#732)
Browse files Browse the repository at this point in the history
  • Loading branch information
olgatash authored Jan 26, 2025
1 parent 924e66f commit 03bbf17
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/routes/packages/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3211,5 +3211,21 @@
"description": "Persistent Svelte stores and runes for Tauri",
"npm": "tauri-plugin-svelte",
"categories": ["stores-and-state", "integrations"]
},
{
"title": "SVAR Gantt",
"url": "https://svar.dev/svelte/gantt/",
"repository": "https://github.com/svar-widgets/gantt",
"description": "Customizable, interactive Gantt chart component with dnd interface",
"npm": "wx-svelte-gantt",
"categories": ["data-visualisation", "user-interaction", "ui-components"]
},
{
"title": "SVAR DataGrid",
"url": "https://svar.dev/svelte/datagrid/",
"repository": "https://github.com/svar-widgets/grid",
"description": "DataGrid component with in-cell editing, virtual scrolling, sorting, frozen columns, tree data, and more",
"npm": "wx-svelte-grid",
"categories": ["data-visualisation", "user-interaction", "ui-components"]
}
]

0 comments on commit 03bbf17

Please sign in to comment.