I can\'t figure out if I\'m using the right approach to get the login/logout buttons to float right in while using material-ui-next (\"material-ui\": \"^1.0.0-beta.22\",)
You need to add flex: 1 to your component so it pushes the to the rightmost part of the AppBar:
flex: 1
Title Login