Material UI Menu using routes

前端 未结 12 947
悲哀的现实
悲哀的现实 2020-12-17 08:59

I am toying with material-ui. I implemented LeftNav using routes, but I could not find a way to get IconMenu, or Menu working with links or routes. Anyone can point me to a

12条回答
  •  醉话见心
    2020-12-17 09:17

    None of the existing answers (of September 2018) worked for me with react 16.4.2 and react-router 4.2.2, so this was my solution:

    
       Notifications
    
    

    As you can see, the MenuItem component is surrounded by the Link component, and I added a style textDecoration: 'none' not to have the item underlined.

提交回复
热议问题