-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
[AppBar] Render children before MenuElementRight #3661
Conversation
On the left side, I wanted a < logo > < tabs > and on the right I wanted a < IconMenu >. In its current form, the < tabs > comes after < IconMenu > on the right. Maybe add a flag to control the order? |
You raise a very good issue. This component needs to be more customizable.
I'm not sure that we should follow this direction. I would rather work on breaking this component into smaller bites. |
Agreed. I like the suggestions in #773. |
Closing in favour of composability. |
{children} should render before {menuElementRight}