Component - Why navigation structures app flow
This UI component explains how navigation structures help organize the flow of an app. Navigation lets users move between screens smoothly, like following signs in a mall to find stores.
This UI component explains how navigation structures help organize the flow of an app. Navigation lets users move between screens smoothly, like following signs in a mall to find stores.
NavigationView
└── List
├── NavigationLink (Screen A)
└── NavigationLink (Screen B)