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?