-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SideNav] Use MenuConfiguration directly #6885
Comments
Also, icon defined as a String in |
Would you expect it to work on the client side as well? |
I'm writing pure Java demo, didn't consider client side. |
This isn't trivial to implement currently. Creating items with label and path from the menu configuration is straightforward. However you would also expect it to create an icon if one is specified in This may become feasible at some point if |
Describe your motivation
While using
@Menu
on Flow project I would like to put all items in SideNavautomaticallyas easy as possible.Describe the solution you'd like
I've expected something short and handy like:
or
would work.
Describe alternatives you've considered
Current working approach requires:
which looks like a boilerplate.
The text was updated successfully, but these errors were encountered: