I want to add support for imba and I'm wondering if there is some documentation around that.
The first thing I'm interested in is working with routes.
{
path: '/',
component: HomePage,
}
In imba, I can imba.mount <home>, document.getElementById("page") and I'm wondering how that would work. Imba component are custom elements.