Skip to main content

Installing SVAR Svelte Gantt

SVAR Gantt is an open-source library distributed under the MIT license. The PRO Edition of SVAR Svelte Gantt with extended feature set is available under commercial licenses.

Open-source edition

The open-source edition of SVAR Svelte Gantt is free to use under the MIT license. It provides core Gantt chart functionality for creating interactive project timelines.

//npm
npm install @svar-ui/svelte-gantt

//yarn
yarn add @svar-ui/svelte-gantt

NOTE: The wx-svelte-gantt package is deprecated. We continue publishing it until the SVAR Svelte Gantt 3.0 update.

PRO edition

SVAR Svelte Gantt PRO Edition includes advanced scheduling features and is available under commercial licenses - see pricing and feature comparison.

If you have purchased the license, first configure access to the private SVAR NPM registry.

  1. Add the registry:
npm config set @svar:registry https://npm.svar.dev
  1. Log in to the private registry:
npm login --registry=https://npm.svar.dev --scope=@svar --auth-type=legacy

After this command, you will be prompted to enter the username and password that were provided to you after purchasing the PRO license.

  1. Now you can install the package:
//npm
npm install @svar/svelte-gantt

//yarn
yarn add @svar/svelte-gantt

Trial edition

The free trial version allows you to evaluate the full PRO edition for 30 days. Request a free trial and get installation instructions: https://svar.dev/svelte/gantt/pricing/#trial

Working with Svelte 4.x

If you want to use the library with an older version of the Svelte toolkit, you can do so by using older version of the widget and wx-svelte-gantt package.

npm install wx-svelte-gantt@1.2.0