Re-exports§
pub use ActivableRoute_completions::Component::ActivableRoute;
Structs§
- Properties for the
ActivableRoutecomponent.
Functions§
- Sometimes you might want to know if a route is selected so you can style a specific UI element in a different way, like a button with a different color. To avoid cluttering your components with router-specific code you might instead want to wrap your component in an
ActivableRouteand inside your component calluse_activable_route.