From what I see, probably not. Corvid understands all of Javascript, except for anything that accesses the DOM. Accessing document elements such as div, span, button, etc is off-limits. The way to access elements on the page is only through $w.
One possibility, is that you might be able to use a CustomComponent .