Function freya_components::ActivableRoute

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