MenuBar in Vaadin 13

Hey.
How can I make the MenuBar component in Vaadin 13.
Thank.

Hi Alex,

MenuBar component is not included in Vaadin 13 platform and it is targetting for future versions.
But if you want to try it out, you could read here https://github.com/vaadin/vaadin-menu-bar-flow/releases

Currently there is an alpha version that you can test with Vaadin 13.

Note: you might need to add the following part into your POM.xml

		<repository>
            <id>vaadin-prereleases</id>
            <url>https://maven.vaadin.com/vaadin-prereleases</url>
        </repository>

Thanks!