web_component::prelude::dioxus_router

Module components

Source
Expand description

Components interacting with the router.

Structs§

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 component that provides a History for all child [Router] components. Renderers generally provide a default history automatically.
  • A link to navigate to another route.
  • An outlet for the current content.
  • A component that renders the current route.