Module components

Source
Expand description

Components interacting with the router.

Re-exports§

pub use HistoryProvider_completions::Component::HistoryProvider;

Structs§

HistoryButtonProps
The properties for a GoBackButton or a GoForwardButton.
HistoryProviderProps
Properties for the HistoryProvider component.
LinkProps
The properties for a Link.
RouterProps
The props for Router.

Functions§

FailureExternalNavigation
The default component to render when an external navigation fails.
GoBackButton
A button to go back through the navigation history. Similar to a browsers back button.
GoForwardButton
A button to go forward through the navigation history. Similar to a browsers forward button.
HistoryProvider
A component that provides a History for all child [Router] components. Renderers generally provide a default history automatically.
Link
A link to navigate to another route.
Outlet
An outlet for the current content.
Router
A component that renders the current route.