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 bar is used to facilitate parent-child-like navigational patterns within an app. A navbar is placed above the content in a header/toolbar.
Objectives
The navbar should provide a templatable, toolbar-looking area at the top of your application screen to serve as an area for high level app navigation. It should provide a minimal API, focused on providing maximum flexibility for common use cases. The navbar should be created in a mobile-first approach but have a hybrid nature that works equally well on desktop and handheld devices.
Story 1: As a developer, I want to define a page, so that I can specify where an action on the navbar would take the user to.
Story 2: As a developer, I want to define a hierarchy, so that users always have a root page where they start from.
Story 3: As a developer, I want to have a back button, so that users are automatically taken to the previous view upon clicking on it.
Story 4: As a developer, I want to have a title, so that I can tell my users the page where they are currently at.
Story 5: As a developer, I want to have action icons, so that users can navigate to inner pages and views.
Story 6: As a developer, I want to decide whether the navbar stays or becomes hidden as the user scrolls the page, so that I can show more content in his screen.
Story 7: As a developer, I want to be able to offer search in the navbar, so that I allow users to search for a specific piece of content, rather than navigate to discover it.
Story 8: As a developer, I want to have custom action nav icon, so that I can specify a different interaction than the default one.
End-user stories:
Story 1: As an end-user, I want to have a backbutton, so that I can go to the previews view in case I navigated to the wrong place.
Story 2: As an end-user, I want to have a title, so that I have certainty about the information I am looking at on the current page.
Story 3: As an end-user, I want to have action buttons, so that I can freely navigate to other pages.
Story 4: As an end-user, I want to have search in the navbar, so that I can discover the needed information more easily.
Describe behavior, design, look and feel of the implemented feature. Always include visual mock-up
3.1. End-User Experience
** Integration scenarios or functionality with other features/components prototype
** End-to-end user experienceprototype
** Prepared design files for styling e.g. interplay with features and light/dark variants design hand-off
3.2. Developer Experience
Defining a navbar for your app should be as simple as: