Crate waterui_navigation

Crate waterui_navigation 

Source
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.
NavigationController
A receiver that handles navigation actions. For renderers to implement navigation handling.
NavigationLink
A link that navigates to another view when activated.
NavigationPath
A path representing the current navigation stack.
NavigationStack
A stack of navigation views.
NavigationView
A view that combines a navigation bar with content.

Traits§

CustomNavigationController
A trait for handling custom navigation actions. For renderers to implement navigation handling.

Functions§

navigation
Convenience function to create a navigation view.