svar-widgetssvar-widgetsOfficialยท1 Agent Skills Included

gantt

Interactive Svelte Gantt charts for project timeline management

Builds interactive Gantt charts in Svelte apps for visualizing project timelines, tasks, and dependencies. Supports drag-and-drop scheduling, custom task editors, toolbars, context menus, tooltips, and zoomable time scales. Eliminates manual timeline coding with ready-made themes, TypeScript support, and a full data API. Connects to REST backends to save task changes automatically.
npx skills add svar-widgets/gantt --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install SVAR Svelte Gantt?โ–ผ

Run `npx skills add svar-widgets/gantt --all -g -y` in your terminal to install this skill globally.

How to add a Gantt chart to a Svelte app?โ–ผ

Import the Gantt component from the package, pass your tasks, links, and scales as props, and wrap it in a theme like Willow for instant styling.

Can users edit tasks directly on the timeline?โ–ผ

Yes. Tasks can be dragged, resized, and edited through a built-in edit form, toolbar, and right-click context menu.

Does it support saving changes to a backend?โ–ผ

Yes. The RestDataProvider forwards every task and link change to your REST API automatically once connected.

Does SVAR Gantt work with Svelte 5?โ–ผ

Yes. Version 2.x is built for Svelte 5 and actively maintained, while version 1.x supports Svelte 4.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’