Function router
pub fn router<R>(init: impl FnOnce() -> RouterConfig<R>) -> impl IntoElementAvailable on crate feature
router only.Expand description
A component that renders the current route.
pub fn router<R>(init: impl FnOnce() -> RouterConfig<R>) -> impl IntoElementrouter only.A component that renders the current route.