Ace editor with [WebixJet + Webpack + Typescript]

Hello all!

Could someone please provide an example of usage of the Ace editor component with the [WebixJet + Webpack + Typescript]?

I’ve found the
[@wbx/view-ace-editor]
npm package.
But, how can I use it?

Thank you in advance!

Hello @KlimAlex !

There’s a set of ready-made integrations of Webix with third-party tools, including the mentioned text editor which you can also find: GitHub - webix-hub/components: Third party integrations for the Webix UI.
It functions as a normal Webix component and can be put directly into the app layout, just include the integration of JS files into the index.html.

Information about TypeScript Integration you can find here

Thank you very much, Nastja!