yew_router_nested::components

Type Alias RouterLink

Source
pub type RouterLink<T> = RouterAnchor<T>;
๐Ÿ‘ŽDeprecated: Has been renamed to RouterAnchor
Expand description

An anchor tag Component that when clicked, will navigate to the provided route.

Alias to RouterAnchor.

Aliased Typeยง

struct RouterLink<T> { /* private fields */ }