Function freya::prelude::ActivableRoute
source · pub fn ActivableRoute<T>(__props: ActivableRouteProps<T>) -> Option<VNode>
Expand description
Provide a context to the inner components so they can know whether the passed route is the current router in the Router or not.
§Props
For details, see the props struct definition.