NavigationView

public struct NavigationView<Content> : View where Content : View

A view for presenting a stack of views representing a visible path in a navigation hierarchy. Currently, only the display of a title bar is implemented, no navigation is possible yet with SwiftWeb.