Skip to content
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

Allow for back button in App bar #367

Closed
yhbrandon opened this issue Feb 25, 2015 · 2 comments
Closed

Allow for back button in App bar #367

yhbrandon opened this issue Feb 25, 2015 · 2 comments
Labels
component: app bar This is the name of the generic UI component, not the React module!

Comments

@yhbrandon
Copy link

Following material standards, a need for a back button in the app bar is fairly common. The use of a custom icon used to alleviate this problem, however this has been removed in the latest update. I have extended out the default functionality to allow a back button to be shown based on props. Not sure what exactly the strategy is regarding in app navigation.

@mmrtnz
Copy link
Contributor

mmrtnz commented Feb 27, 2015

Thanks for bringing this up @yhbrandon! It seems that we forgot to update the icon prop for AppBar during the transition to using FontIcon. The new replacement prop for icon is iconClassNameLeft. There are also two new props which allow you to add other React Elements on the left and right sides of AppBar. More info about them can be found in the commit's comments here.

@mmrtnz mmrtnz closed this as completed Feb 27, 2015
@yhbrandon
Copy link
Author

Thanks!

@oliviertassinari oliviertassinari added the status: waiting for maintainer These issues haven't been looked at yet by a maintainer label Dec 25, 2022
@zannager zannager added component: app bar This is the name of the generic UI component, not the React module! and removed status: waiting for maintainer These issues haven't been looked at yet by a maintainer labels Jan 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: app bar This is the name of the generic UI component, not the React module!
Projects
None yet
Development

No branches or pull requests

4 participants