v7.3.0

Components and wrappers

Components

Bryntum components (libraries) for web applications are built using pure JavaScript and can be used in any modern web application without requiring any special JS framework. These components are packaged as follows:

Component Package Description
Bryntum Scheduler @bryntum/scheduler Full licensed component version
Bryntum Scheduler Trial @bryntum/scheduler-trial Trial limited component version
Bryntum Scheduler Thin @bryntum/scheduler-thin Thin licensed component version
Bryntum Scheduler Thin Trial @bryntum/scheduler-thin-trial Thin trial limited component version

Frameworks wrappers

To integrate Bryntum components with all major frameworks including Angular, Ionic, React and Vue, we provide framework specific wrappers in the following packages:

Framework Package Integration guide
Angular (IVY) @bryntum/scheduler-angular Angular integration guide
Angular (View Engine) @bryntum/scheduler-angular-view Angular integration guide
Angular (Thin) @bryntum/scheduler-angular-thin Angular multiple products guide
Ionic with Angular @bryntum/scheduler-angular Ionic integration guide
React @bryntum/scheduler-react React integration guide
React (Thin) @bryntum/scheduler-react-thin React multiple products guide
Vue 2.x @bryntum/scheduler-vue Vue integration guide
Vue 3.x @bryntum/scheduler-vue-3 Vue integration guide
Vue 3.x (Thin) @bryntum/scheduler-vue-3-thin Vue multiple products guide
Wrapper packages require installing @bryntum/scheduler but it is not listed in the package dependencies. This was done to support trial package aliasing. You have to manually add the @bryntum/scheduler dependency to the application's package.json file to use the wrapper packages.

Demo resources

Bryntum demo applications use resources such as images, fonts and styling from the demo-resources npm package. This package is optional and it is not necessary to add it in your application.

Description Package
Demo Resources @bryntum/demo-resources
Demo Resources package does not contain framework demos and they are bundled within distribution zip.

Contents