Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Navbar implementation on Vaadin7
Hello!
I'm interested in doing a navbar like the one which appears on the head at this page but i cant find how to implement it. Could anyone help me?
Thank you!
Sorry for my English
Hola Jesús!
I'm currently developing an application for my company and what I've been able to develop is a dashboard application-like menu: http://demo.vaadin.com/dashboard/
If you need further help tell me.
Hasta luego!
Jon Inazio Sánchez Martínez: Hola Jesús!
I'm currently developing an application for my company and what I've been able to develop is a dashboard application-like menu: http://demo.vaadin.com/dashboard/
If you need further help tell me.
Hasta luego!
Hola, Jon!
Thank for you reply!
What element are you using for develop this menu-item?
Have you code of this demo?
Hasta luego =)
Jesús X:
Jon Inazio Sánchez Martínez: Hola Jesús!
I'm currently developing an application for my company and what I've been able to develop is a dashboard application-like menu: http://demo.vaadin.com/dashboard/
If you need further help tell me.
Hasta luego!
Hola, Jon!
Thank for you reply!What element are you using for develop this menu-item?
Have you code of this demo?Hasta luego =)
Take a look at this repo: https://github.com/vaadin/dashboard-demo
For the menu, read /src/main/java/com/vaadin/demo/dashboard/view/DashboardMenu.java and /src/main/java/com/vaadin/demo/dashboard/view/DashboardViewType.java