React Material:UI Cookbook
上QQ阅读APP看书,第一时间看更新

AppBar interaction

A common place to put a button that toggles the visibility of Drawer components is the AppBar component at the top of every page in your app. Furthermore, by selecting items in a drawer, the title of the AppBar component needs to change to reflect this selection. Drawer and AppBar components often need to interact with one another.