如何在 admin-on-rest 中配置带有子菜单的左栏菜单?

How to configure the left-bar menu with sub menus in admin-on-rest?

我想要一个示例,说明如何使用子菜单配置 admin-on-rest 左栏菜单。

文档: https://marmelab.com/admin-on-rest/Admin.html#menu

aor 不支持开箱即用。但是,您应该能够制作自己的菜单并在其中集成 material-ui 子菜单。没什么特别的。请记住,您的菜单应该使用 containerElement 来使用 React-router Link。

<MenuItem
   containerElement={<Link to="/profile" />}
.../>

这是在 codesandbox 上使用演示应用程序的示例:https://codesandbox.io/s/88ok152q08

注意 menu.js 中的自定义菜单。

另请记住,此菜单需要ui更多工作才能适应移动设备