Function freya::components::NativeRouter

pub fn NativeRouter(_: NativeRouterProps) -> Result<VNode, RenderError>
Expand description

Provides native functionalities for a dioxus-router.

Features:

  • Navigate using back and forward buttons of the mouse.

ยงProps

For details, see the props struct definition.