从页面向AppBar提供操作

时间:2018-07-22 07:13:48

标签: reactjs material-ui

我有一个使用ReactJS和material-ui开发的应用程序。我想将一些与页面相关的操作作为AppBar的一部分来实现。就像在屏幕上一样。 那么,从当前页面到顶级AppBar提供操作的最佳实践是什么?或者,请向我提出其他建议。 例如,在屏幕上,有一个“更多按钮”,其中包含与当前页面相关的操作,并准确显示在AppBar上。

屏幕截图:

AppBar with actions

<AppBar actions={actions_of_current_page}>
  <Page /> //<-- any page from page stack
</AppBar>

0 个答案:

没有答案