How can you attach a webix component to a specific DOM node without using JQuery?

I’d like to have something like

h1 top

div id=“webixView”

h1 bottom

And then be able to create a Webix component and attach it to webixView so that it’s displayed under Top and above bottom.

Note: I couldn’t figure out how to paste HTML so I used Jade ish code

got it

webix.ready(function(){
webix.ui({
view:“kanban”,
type:“space”,
container: “board”, // this does it