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ยง

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