Function freya::components::ActivableRoute

source ·
pub fn ActivableRoute<T>(__props: ActivableRouteProps<T>) -> Option<VNode>
where T: Clone + PartialEq + Routable + 'static,
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.