Expand description
Common includes.
Re-exports§
pub use super::target::*;
Structs§
- Router
- Top-level router component.
- Router
Context - Router
Props - Properties for the
Router
component. - Scope
- A component, translating down to the next level.
- Scope
Context - Scope
Props - State
- A page state value
- Switch
- A component two switch rendering between the different targets.
- Switch
Props
Enums§
Functions§
- use_
router - Get access to the router.
Derive Macros§
- Target
- Helps implementing the
Target
trait in an enum.