Sidebar

Can anyone help with creating a sidebar in vaadin 13 just like in vaadin 8? I tried with the App layout, but I don’t know hot get it to show on the side. I’m using Intellij and Maven in my project.

Hi Borsos. You should check the new version of AppLayout in Vaadin 14. It allows you to create a sidebar “drawer” like menu. Unfortunately the demos of the 14 version are not yet live, but you can see the usage for example in https://github.com/vaadin/vaadin-app-layout-flow/blob/master/vaadin-app-layout-flow-demo/src/main/java/com/vaadin/flow/component/applayout/AppLayoutView.java