What's the right way to float right or left using the material-ui appbar with material-ui-next?

前端 未结 2 2065
无人共我
无人共我 2021-02-01 12:35

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\",)

<
2条回答
  •  我在风中等你
    2021-02-01 12:54

    @Kyle You had it right :)

    just add to the grid container:

    justify="space-between"

    With your example:

    
      
        
          
            
              Title
            
          
    
          
            

提交回复
热议问题