Function freya::prelude::NativeRouter

source ·
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.