Creating a navbar with material-ui

后端 未结 6 1007
予麋鹿
予麋鹿 2021-02-05 03:37

I\'m trying to create a simple navbar with material-ui that looks like the one they use on their site. This is the code I wrote to try to replicate it:

import Re         


        
6条回答
  •  礼貌的吻别
    2021-02-05 04:17

    I think Kabir's answer is a good start and I would also wrap the in a as the AppBar is subset of toolbars.

    e.g.

    iconElementRight={{myTabs}}
    

    see: http://www.material-ui.com/#/components/toolbar

提交回复
热议问题