You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A navigation drawer for layouts and app navigation.
It would be nice if this can connect to the event aggregator to be able to toggle the drawers open or closed state from anywhere in the case of non permanent drawers.
Functional Requirements
Types
Permanent
Permanent navigation drawers are always visible and pinned to the left edge, at the same elevation as the content or background. They cannot be closed.
Persistent (Can be collapsed)
Persistent navigation drawers can toggle open or closed. The drawer sits on the same surface elevation as the content. It is closed by default and opens by selecting the menu icon, and stays open until closed by the user. The state of the drawer is remembered from action to action and session to session.
Temporary
Temporary navigation drawers can toggle open or closed. Closed by default, the drawer opens temporarily above all other content until a section is selected.
For temporary drawers we should be able to chose whether we would like it to open from the right or left.
A navigation drawer for layouts and app navigation.
It would be nice if this can connect to the event aggregator to be able to toggle the drawers open or closed state from anywhere in the case of non permanent drawers.
Functional Requirements
Types
Permanent
Persistent (Can be collapsed)
Temporary
Design Guidelines
https://material.io/guidelines/patterns/navigation-drawer.html
The text was updated successfully, but these errors were encountered: