0
ナビゲーションメニューを埋め込む方法は、左側のアイコン(モバイルメニューのようなもの)をクリックするとドロップダウンメニューが表示されますか?マテリアライズ - ナビゲーションメニュー
/**
* A simple example of `AppBar` with an icon on the right.
* By default, the left icon is a navigation-menu.
*/
const AppBarExampleIcon =() => (
<AppBar
title="Title"
/>
);
を微調整http://www.material-ui.com/#/components/app-bar
からわずか一例です。どうもありがとうございました。 – HomeMade