Module dioxus_router::components
source · Expand description
Components interacting with the router.
Structs§
- The properties for a
GoBackButtonor aGoForwardButton. - The properties for a
Link. - The config for
Router. - The props for
Router.
Enums§
- Something that can be converted into a
NavigationTarget.
Functions§
- The default component to render when an external navigation fails.
- A button to go back through the navigation history. Similar to a browsers back button.
- A button to go forward through the navigation history. Similar to a browsers forward button.
- A link to navigate to another route.
- An outlet for the current content.
- A component that renders the current route.