Material UI Menu using routes

前端 未结 12 946
悲哀的现实
悲哀的现实 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:34

    Here is my implementation, which looks exactly like what in the material-ui official website. The component you can use include AppBar, Drawer and ListItem. The SelectableList can be implemented as let SelectableList = MakeSelectable(List).

    { this.setState({open:false}) }} > Selectable Contacts

提交回复
热议问题