For my app I ideally would like to achieve the following layout :
- Fixed / static header with links to most commonly used areas of the app, each with expandable sub links to more specific locations
- Left hand slide menu - ideally with some icons down the left for quick access to a section, or able to be expanded via an icon which is in the header - each section would also need to have expandable links ideally
- Ideally a fixed / static footer, although this is less important
So am I right in thinking this is the way to go about it?
Header - this would be an app bar component,
Expandable links within the header - a menu component embedded within the app bar for the expandable links
Left bar - this would be a drawer component so it can show the icons and be expanded on demand - would this also need an embedded menu component so each section can expand?
Thanks