Placing some other component(other than webix view) in layout rows or cols

As mentioned in docs layout rows property is an array of view objects is that mean we can only place webix views in rows or cols of layout component. What if want to keep some other component which consists of HTML content. if possible please let us know the way to do it.
Thanks.

There are 3 ways to render 3rd-party components in Webix UI:

The last option is described in the related topic. As a required minimum, such custom component must handle the rendering/resize. Additionally, can translate the API of the original component into custom methods and use Webix features as well.