I was wondering if anyone had any experience integrating complex components into weweb? I’m looking to use an existing library such a gantt chart in the link below. Is this a fools errand or something that is workable?
The real question is, what do you mean by more complex functionality? Imo those tutorials provide you with enough resources to make pretty powerful stuf tbh.
If you can import it, then it’s as simple as importing the library and using it. The complexity with WeWeb components might come at first from connecting them to the ww-config, or to emit events, but once you get that, it’s as simple as connecting your desired libraries.
Go it. Will try with something simple and then work on something more complex. It sounds like I can build the website from a vue library? One of the issues with a lot of no-code platforms is that they have limited UI libraries, but if its fairly straightforward to create components then I should be able to build the site from a Vue library for anything not covered by the standard components.