Expand description
Components interacting with the router.
Re-exports§
pub use HistoryProvider_completions::Component::HistoryProvider;
Structs§
- History
Button Props - The properties for a
GoBackButton
or aGoForwardButton
. - History
Provider Props - Properties for the
HistoryProvider
component. - Link
Props - The properties for a
Link
. - Router
Props - The props for
Router
.
Functions§
- Failure
External Navigation - The default component to render when an external navigation fails.
- GoBack
Button - A button to go back through the navigation history. Similar to a browsers back button.
- GoForward
Button - A button to go forward through the navigation history. Similar to a browsers forward button.
- History
Provider - 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.