Public repository access
Bryntum trial packages and framework wrappers are available on the public npm registry (npmjs.com).
No login or authorization required - install directly using standard npm commands without any registry configuration or authentication.
Available packages
The following trial packages are available on the public npm registry:
| Component (Trial) | Package |
|---|---|
| Grid | @bryntum/grid-trial |
| Grid Thin | @bryntum/grid-thin-trial |
| Scheduler | @bryntum/scheduler-trial |
| Scheduler Thin | @bryntum/scheduler-thin-trial |
| Scheduler Pro | @bryntum/schedulerpro-trial |
| Scheduler Pro Thin | @bryntum/schedulerpro-thin-trial |
| Gantt | @bryntum/gantt-trial |
| Gantt Thin | @bryntum/gantt-thin-trial |
| Calendar | @bryntum/calendar-trial |
| Calendar Thin | @bryntum/calendar-thin-trial |
| TaskBoard | @bryntum/taskboard-trial |
| TaskBoard Thin | @bryntum/taskboard-thin-trial |
Framework wrappers
Framework wrappers do not have a -trial suffix and are available on the public npm registry:
| Framework Wrapper | Package |
|---|---|
| Angular (IVY) | @bryntum/taskboard-angular |
| Angular (View Engine) | @bryntum/taskboard-angular-view |
| Angular (Thin) | @bryntum/taskboard-angular-thin |
| React | @bryntum/taskboard-react |
| React (Thin) | @bryntum/taskboard-react-thin |
| Vue 2.x | @bryntum/taskboard-vue |
| Vue 3.x | @bryntum/taskboard-vue-3 |
| Vue 3.x (Thin) | @bryntum/taskboard-vue-3-thin |
Other public packages
The following utility packages are also available on the public npm registry:
| Description | Package |
|---|---|
| Demo Resources | @bryntum/demo-resources |
| Babel Preset | @bryntum/babel-preset-react-app |
Installation
Trial packages require using npm package aliasing to install the "@bryntum/taskboard-trial" using the "@bryntum/taskboard" alias.
Example for Angular framework integration using package manager of your choice:
npm install @bryntum/taskboard@npm:@bryntum/taskboard-trial@7.3.0
npm install @bryntum/taskboard-angular@7.3.0
--save-exact arguments to install the precise package versions and take upgrades fully under control. yarn add @bryntum/taskboard@npm:@bryntum/taskboard-trial@7.3.0
yarn add @bryntum/taskboard-angular@7.3.0
--exact argument to install the specific package versions and keep upgrades fully under control. Alternatively, you can directly add entries to the "dependencies" section of the package.json project file as follows:
"dependencies": {
"@bryntum/taskboard": "npm:@bryntum/taskboard-trial@7.3.0",
"@bryntum/taskboard-angular": "7.3.0"
}
^) to install the precise package versions and take upgrades fully under control. To install Bryntum trial products use the trial product packages @bryntum/grid-trial, @bryntum/gantt-trial, @bryntum/scheduler-trial, @bryntum/schedulerpro-trial, @bryntum/calendar-trial or @bryntum/taskboard-trial.
Packages for other frameworks are listed in the Framework wrappers table.
Limitations
Trial packages have the following limitations compared to licensed packages:
- Displays a trial watermark
- Obfuscated code
- Intended for evaluation use only
For full functionality and production use, upgrade to licensed packages from the private Bryntum repository.