Using Material UI, how can I construct a Drawer with expandable menu items like the one on the material-ui.com site?
So I want something like this:
Each menu item (in bold) can expand to reveal sub-menu items.
How can this be achieved with Material UI?
AppDrawerNavItem
is custom component. You can find it in same directory thatAppDrawer
exists. Sorry no live example :( github.com/mui-org/material-ui/blob/master/docs/src/modules/… – EstriolAppDrawer
. itsLists
docs: material-ui.com/demos/lists . live version: codesandbox.io/s/6xo0nlxn8k . – Estriol