Premium support for our pure JavaScript UI components


Post by aneventchin »

Hello, since updating from version 5.3.0 to the latest 5.6.8 I can no longer find the react component <BryntumSplitter /> used to split the Gantt and scheduler pro when used in the same page.

Can you point me to the package that contains the BryntumSplitter?


Post by ghulam.ghous »

Hi there,

In Gantt, you can find it inside @bryntum/gantt-react:

import { BryntumSplitter } from "@bryntum/gantt-react";

And in SchedulerPro, it is available in @bryntum/schedulerpro-react:

import { BryntumSplitter } from '@bryntum/schedulerpro-react';

Hope it helps!

Regards,
Ghous


Post by aneventchin »

I am using the 'thin' packages as recommended by the documentation. Is is available in any of the core-thin, engine-thin, schedulerpro-thin, schedulerpro-react-thin, etc..


Post by marcio »

Hey ,

It's available at core-react-thin package

import { BryntumSplitter } from '@bryntum/core-react-thin';

Best regards,
Márcio


Post by aneventchin »

Thank you!


Post Reply