- Which material component is responsible for defining a navigation bar along the side of an application window?
- What is a navigation drawer?
- What is bottom navigation bar called?
- What is lateral navigation in UX?
Which material component is responsible for defining a navigation bar along the side of an application window?
Angular Material provides two sets of components designed to add collapsible side content (often navigation, though it can be any content) alongside some primary content. These are the sidenav and drawer components. The sidenav components are designed to add side content to a fullscreen app.
What is a navigation drawer?
The navigation drawer is a UI panel that shows your app's main navigation menu. The drawer appears when the user touches the drawer icon in the app bar or when the user swipes a finger from the left edge of the screen.
What is bottom navigation bar called?
A bottom app bar displays navigation and key actions at the bottom of mobile screens.
What is lateral navigation in UX?
Lateral navigation refers to movement between screens at the same level of hierarchy. It enables access to different app destinations and features, or pivoting between related items in a set.