Need MenuBar component similar to the MenuBar from Vaadin 8
See original GitHub issueHello,
I’m wondered about the remove of the MenuBar
component. I used it for my navigation between the views in my UI. I need it because of sub MenuItem
s.
Would you reimplement it in Vaadin 10?
What are the reasons for the remove of the MenuBar
?
Greetings!
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:8 (6 by maintainers)
Top Results From Across the Web
MenuBar replacement? - Vaadin
Any suggestions for a substitute for the `MenuBar` widget dropped from Framework (Vaadin 8) in Flow (Vaadin 10)? [According to the guide to ......
Read more >MenuBar | Server-Side Components | Vaadin 8 Docs - Vaadin
The MenuBar component allows creating horizontal drop-down menus, much like the main menu in desktop applications. menubar example1. Menu Bar.
Read more >Menu Bar | Components | Vaadin Docs
Menu Bar is a horizontal button bar with hierarchical drop-down menus. Menu items can trigger an action, open a menu, or work as...
Read more >Vaadin 8 Vertical MenuBar
Hi, I'd like to know if it is possible to display a MenuBar component vertically, so that top-level MenuItem are displayed from top...
Read more >Navigation with fixed MenuBar - Vaadin
VerticalLayout rootLayout = new VerticalLayout(); MenuBar header = new MenuBar(); CssLayout contentLayout = new ContentLayout(); rootLayout.addComponents(header ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes, we are going to the Java API for
vaadin-context-menu
. I would hope to get it done quite soon after V10 GA release, but I can’t give any promises.ContextMenu
has been available since Vaadin 12, and hierarchy support for it is currently WIP for Vaadin 13.The issue to follow for full MenuBar component is https://github.com/vaadin/vaadin-core/issues/208 but I’ll keep this open for now for discoverability. The Menubar is targeted for Vaadin 14.