WeWeb FormKit integration

Has anyone successfully integrated FormKit with WeWeb? I’m working on a project where I need to build custom forms in WeWeb based on dynamic schemas coming from an API, and I’m trying to use FormKit for this. Any guidance or examples on how to set up this integration would be greatly appreciated!

AFAICT Formkit requires an app.use() statement to work. You can hack vue to do this from the edge through a custom component (I’ve done it!), but its not best practice for production. Frameworks that have this requirement are going to be harder to work with in WW.

@raydeck Thanks for sharing your insights! It sounds like you’ve already managed to make this work in WeWeb. Would you be willing to share a code snippet or repository of the custom component you built? It would be really helpful as a reference for my own project.

My comment was from reading the docs and connecting with other initiatives I have done. I wish you the best of luck.