webix-jet protoUI jquery

how to create custom component (step wizard) with native webix protoUI like: https://snippet.webix.com/4khu5bab
or how to fill the step content with webix component UI

thanks.

The simplest solution to get similar UI is to combine list and multiview. Please, check the following snippet: https://snippet.webix.com/45cdc8y0
As for the step content, the multiview cell can be a layout with any kind of complexity.
And in general, it is possible to set is as a custom layout-based component.

oke, thanks for response. but how to change style with custom style like this:

Content and styling of the list can be easily redefined
https://snippet.webix.com/ca60d7a0

So all samples from the mentioned page can be recreated

@maksim The example is not showing a wizard…