ux icon indicating copy to clipboard operation
ux copied to clipboard

UX Drawer

Open serifine opened this issue 7 years ago • 1 comments

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.

Design Guidelines

https://material.io/guidelines/patterns/navigation-drawer.html

serifine avatar Dec 20 '17 13:12 serifine

I recon this is done via ux-sidenav

MaximBalaganskiy avatar Jun 17 '20 23:06 MaximBalaganskiy