Function dioxus_router::components::Router
source · pub fn Router<R: Routable + Clone>(cx: Scope<'_, RouterProps<R>>) -> Element<'_>where
<R as FromStr>::Err: Display,Expand description
A component that renders the current route.