AdwNavigationView
A stack-based navigation container.
Preview
CSS Node Tree
navigation-viewProps
Behavior
- Pages are pushed and popped from a navigation stack.
- Escape key pops the current page when
popOnEscapeis true. - Use
useNavigation()hook inside pages to accesspushandpop.