Basic Lit Library Example

Tags: #<Tag:0x00007efc64baa330>

Hello,

we use Vaadin Fusion Framework to build our WebApps. But I can not integrate a basic Handsontable to my project. The Views are in TypeScript and they use Lit Library:
https://lit.dev/playground/

Do you have any basic example to run an Handsontable instance with Lit Library and TypeScript?

thanks in advance

Hi @HakanAkkurt

We don’t have any examples for this library. However as I see in that playground you sent you can’t install dependencies there so you can’t actually run Handsontable in here with TS.

I made a very simple demo in plain JS to show you that it is possible to run Handsontable inside that library, but for TS version you would have to more complex options to install and configure it.

tinyurl.com/litlibrarydemo