Suggested workflow for using non-bootstrap visualization libraries with Wappler

Can anyone advise on how to use non-bootstrap visualization libraries with Wappler? My understanding is this would have to be done in code, since Wappler is only designed at this point to support Boostrap UI. Maybe I’m missing something though, and you have a generalized component for this kind of scenario. If not, any guidance on the workflow would be a huge help. Thanks!

When Bootstrap is not part of the page, you can still work primarily in design view as you would when using Bootstrap. You will probably need to work from the DOM panel rather than from App Connect.

Then there is the extra work to create your own style rules.

Or, if using other libraries, you can use their CSS while applying the classes of that library.

Good luck!

Great. Pretty straitforward. Thanks @ben!