Using Webix in a Microsoft Office.js Add-in

Is it possible to do use Webix in a Microsoft Office.js Add-in? Just to start with, I ran into “[BABEL] Note: The code generator has deoptimised the styling”… But I wonder has this been done, and what is the level of difficulty?

Hello @PKaplan ,

Is it possible to do use Webix in a Microsoft Office.js Add-in?

Unfortunately, we do not have ready-to-use examples of such integration.
In theory, it’s possible to integrate Microsoft Office.js Add-in with Webix.
Since the Webix itself is a fully client-side UI library based on pure JS/HTML/CSS, in such conditions our library should be applied without any problems.

“[BABEL] Note: The code generator has deoptimised the styling”.

That warning depends on Babel settings (check explanation) and is rather advisory in nature - this limit can be changed/disabled.
For the PRO version, webix.min.css size - 212 kB ,webix.min.js - 736 kB .
In order to reduce our JS, you can try to create a custom build (you need to do this carefully since the components inherit features from each other), but nothing can be done with CSS.