Responsive sample

Hi,
we’re evaluating Webix to understand if it’s suitable for the development of a mobile/desktop application we must implement.

There is an example/scheleton application that implement an header, a left menu and a right work area, that automatically adapts to desktop and mobile?
Especially the left menu must hidden under a certain resolution and became the classic top left button that allows to show/hide the menu.

I mean something like this demo
https://webix.com/demos/material/admin-app/#!/app/dashboard
but responsive

We already tried all the demos but none of them seems to do what we’re looking for, and before we begin studying the documentation we would like to see if what we want to achieve is possibile.

Thanks

I know this is old, but just in case anyone comes across this I was playing around to see if we could do the same and made this derived component and css. Definitely not perfect, but works well enough for me to think we can do this with some trial and error pretty easily. Just resize the window to see the items go into a single column. Also maintains the visual order by using the flex order property.

https://snippet.webix.com/ouw1voxh

Wouldn’t be too difficult to clean it up so its not using so many !important css flags etc. But as a proof of concept seems to work well.