Module yew_nested_router::prelude
source · Expand description
Common includes.
Re-exports
pub use super::target::*;
Structs
- Top-level router component.
- Properties for the
Routercomponent. - A component, translating down to the next level.
- A page state value
- A component two switch rendering between the different targets.
Functions
- Get access to the router.
Derive Macros
- Helps implementing the
Targettrait in an enum.