React Router V4 Implement NavLink inside a ListItem using Material UI

后端 未结 3 1730
礼貌的吻别
礼貌的吻别 2021-02-06 01:50

I am new to React and I created a simple application with Login and Dashboard page. I have successfully configured my Public Routes

3条回答
  •  野性不改
    2021-02-06 02:20

    Use the component prop of ListItem. To get active route styling, set activeClassName of NavLink to Mui-selected.

    
      ...
    
    

提交回复
热议问题