Expand description
Navigation module for WaterUI framework.
This module provides navigation components and utilities for building hierarchical user interfaces with navigation bars and links.
Modules§
- search
- Provides search functionality for navigation.
- tab
- Tabs module provides UI elements for building tabbed interfaces.
Structs§
- Bar
- Configuration for a navigation bar.
- Navigation
Controller - A receiver that handles navigation actions. For renderers to implement navigation handling.
- Navigation
Link - A link that navigates to another view when activated.
- Navigation
Path - A path representing the current navigation stack.
- Navigation
Stack - A stack of navigation views.
- Navigation
View - A view that combines a navigation bar with content.
Traits§
- Custom
Navigation Controller - A trait for handling custom navigation actions. For renderers to implement navigation handling.
Functions§
- navigation
- Convenience function to create a navigation view.